summaryrefslogtreecommitdiffstats
path: root/client/components/activities
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint errors.Lauri Ojansivu2018-09-161-2/+2
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-162-0/+67
|\ | | | | | | Angtrim-feature-rules
| * Fixed rule allowsAngelo Gallarello2018-09-121-3/+0
| |
| * Progress on triggers UIAngelo Gallarello2018-08-161-1/+4
| |
| * Completed activities log in cardAngelo Gallarello2018-08-161-11/+29
| |
| * Complete checklist activitiesAngelo Gallarello2018-08-162-0/+24
| |
| * Remove attachment activityAngelo Gallarello2018-08-161-0/+5
| |
| * Labels activitiesAngelo Gallarello2018-08-162-0/+20
| |
* | Fix hiddenSystemMessagesAndrés Manelli2018-08-151-4/+12
| |
* | Refactor imported -> linked in componentsAndrés Manelli2018-08-111-3/+3
| |
* | Add two way binding of activities, comments, and attachmentsAndrés Manelli2018-08-111-2/+9
|/
* resolving merge conflictsIgnatzHome2018-05-172-0/+8
|\
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-221-2/+2
| |
| * Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-222-0/+8
| |
* | Add popup menu and archive actionAndrés Manelli2018-02-011-0/+6
| |
* | Merge branch 'fixed-bug-on-long-card-history-log' of ↵Lauri Ojansivu2017-12-111-0/+2
|\ \ | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-fixed-bug-on-long-card-history-log
| * | Fixed - bug on long url of attachment in card activity logThuan Pham Quoc2017-12-091-0/+2
| | |
* | | Fixed - bug on not able to see member avatar on sidebar activityThuan Pham Quoc2017-12-061-0/+2
|/ /
* | Use Meteor.subscribe instead of DOM manipulation for Hide system messagesnztqa2017-10-031-1/+1
| |
* | Add comments only in activity feednztqa2017-09-252-2/+7
|/
* Add checklist items to activity logGhassen Rjab2017-07-261-0/+11
|
* Fix: incorrect attachment link with subfolder in the urlnztqa2017-06-271-1/+1
|
* Merge pull request #65 from BaobabCoder/develLauri Ojansivu2017-02-031-0/+3
|\ | | | | Remove a list
| * Fix activity message for list deletionBéranger Campardou2017-01-201-0/+3
| |
* | Add checklist featurelksime2017-01-202-0/+19
|/
* New change settings option and possibility to hide system messagaesMario Orlicky2016-11-191-1/+3
|
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-1/+1
|
* Remove unnecessary template name declarationMaxime Quandalle2016-01-032-8/+0
| | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration.
* added exact time as tooltip to activity time (saying only something like 'x ↵Dominic Sonntag2016-01-031-3/+3
| | | | days ago')
* Fix layout on Apple devicesMaxime Quandalle2016-01-022-0/+4
| | | | | | | | | | | | | | | The layout issue was related to the lack of autoprexing for CSS properties. c69f993 did improve the reload time significantly but for that I had to replace `mquandalle:stylus` by the core `stylus` package. Unfortunatly it is currently difficult to run an autoprefixer with the core CSS compilers (as reported in https://github.com/meteor/meteor/issues/5219). So instead we rely on `nib` which transparently define some mixins for autoprefixing, the only restrictions being that we have to manually `@import 'nib'` on top of stylus files. Fixes #461
* Improve some activitiy messagesMaxime Quandalle2015-12-191-5/+5
| | | | Fixes #433
* Import attachmentsXavier Priour2015-11-161-1/+2
|
* Add missing semicolonDominik Ferber2015-10-271-1/+1
|
* Upgrade Meteor to 1.2.1-rc4Maxime Quandalle2015-10-232-7/+9
| | | | | | This version includes a more complete selection of ES2015 polyfills that I started used across the code base, for instance by replacing `$.trim(str)` by `str.trim()`.
* Upgrade peerlibrary:blaze-components to v0.14Maxime Quandalle2015-10-211-1/+1
| | | | | This change includes method renames and others UI related packages updates.
* Import board: import comments and log activitiesXavier Priour2015-10-192-28/+45
|
* Import single card: create an 'importCard' activity entryXavier Priour2015-10-142-0/+12
|
* Support app deployment under a path prefixMaxime Quandalle2015-10-081-2/+2
| | | | Fixes #133
* Fix some dead linksMaxime Quandalle2015-09-061-2/+2
| | | | | | | | | | This commit fixes the download link in the activity feed on the sidebar and the mention link on card description and comments (replaced by a popup). `eslint .` now passes without any error or warning. Fixes #286
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-032-52/+51
| | | | | | | | | Replace the old (and broken) jshint + jscsrc by eslint and configure it to support some of the ES6 features. The command `eslint` currently has one error which is a bug that was discovered by its static analysis and should be fixed (usage of a dead object).
* Fix comment insertionMaxime Quandalle2015-08-311-2/+2
|
* Replace the component bounded `cachedValue` by a global `UnsavedEdits`Maxime Quandalle2015-08-312-34/+71
| | | | | | | | This new draft saving system is currently only implemented for the card description and comment. We need better a component inheritance/composition model to support this for all editable fields. Fixes #186
* Fix a bug with the comment buttonsMaxime Quandalle2015-08-291-3/+3
|
* Hide feature non-member users can't useMaxime Quandalle2015-08-281-5/+6
| | | | | Fixes #206 Fixes #244
* Yet another iteration on the user interfaceMaxime Quandalle2015-08-281-1/+2
| | | | | | | | | | | | * Automatically display the overlay when the card details is opened (previously we waited for the mouse to enter the card details panel) * Improve the design of the minicards badges * Change the minicard background when it is hovered or selected * Removes unimplemented features links from the UI * Fix the board canvas position when the sidebar is open (was hidden behind) Fixes #215
* Fix the board component data loadingMaxime Quandalle2015-08-231-2/+2
|
* Fix card attachmentsMaxime Quandalle2015-06-131-11/+5
| | | | Closes #192.
* Work on the card activities and commentsMaxime Quandalle2015-06-128-209/+243
| | | | | | | | | This commit also introduces a new CSSEvents object that is used to abstract vendor specifics events related to CSS transitions and animations. Fixes #183. Fixes #179.
* Fix card title editionMaxime Quandalle2015-06-111-0/+46
| | | | Closes #184
* Re-factor the avatar system and support avatar uploadsMaxime Quandalle2015-06-091-3/+3
| | | | | | | | | | | | | | | The user is now able to upload an avatar, and pick one in a list. This functionality should eventually be abstracted in a community package but we still need to work on a great public API. We rely on collectionFS to manage uploaded avatars. We also removed bengott:avatar which was trying to solve the wrong problem (namely displaying the avatar, which is as simple as displaying an image), and not a avatar system as it should be. Gravatar support is coming (back) soon. We may also want to have a list of default fun avatars the user can choose instead of uploading its own one.