summaryrefslogtreecommitdiffstats
path: root/client/components/activities
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* RenaissanceMaxime Quandalle2015-05-126-0/+269
_,,ad8888888888bba,_ ,ad88888I888888888888888ba, ,88888888I88888888888888888888a, ,d888888888I8888888888888888888888b, d88888PP"""" ""YY88888888888888888888b, ,d88"'__,,--------,,,,.;ZZZY8888888888888, ,8IIl'" ;;l"ZZZIII8888888888, ,I88l;' ;lZZZZZ888III8888888, ,II88Zl;. ;llZZZZZ888888I888888, ,II888Zl;. .;;;;;lllZZZ888888I8888b ,II8888Z;; `;;;;;''llZZ8888888I8888, II88888Z;' .;lZZZ8888888I888b II88888Z; _,aaa, .,aaaaa,__.l;llZZZ88888888I888 II88888IZZZZZZZZZ, .ZZZZZZZZZZZZZZ;llZZ88888888I888, II88888IZZ<'(@@>Z| |ZZZ<'(@@>ZZZZ;;llZZ888888888I88I ,II88888; `""" ;| |ZZ; `""" ;;llZ8888888888I888 II888888l `;; .;llZZ8888888888I888, ,II888888Z; ;;; .;;llZZZ8888888888I888I III888888Zl; .., `;; ,;;lllZZZ88888888888I888 II88888888Z;;...;(_ _) ,;;;llZZZZ88888888888I888, II88888888Zl;;;;;' `--'Z;. .,;;;;llZZZZ88888888888I888b ]I888888888Z;;;;' ";llllll;..;;;lllZZZZ88888888888I8888, II888888888Zl.;;"Y88bd888P";;,..;lllZZZZZ88888888888I8888I II8888888888Zl;.; `"PPP";;;,..;lllZZZZZZZ88888888888I88888 II888888888888Zl;;. `;;;l;;;;lllZZZZZZZZW88888888888I88888 `II8888888888888Zl;. ,;;lllZZZZZZZZWMZ88888888888I88888 II8888888888888888ZbaalllZZZZZZZZZWWMZZZ8888888888I888888, `II88888888888888888b"WWZZZZZWWWMMZZZZZZI888888888I888888b `II88888888888888888;ZZMMMMMMZZZZZZZZllI888888888I8888888 `II8888888888888888 `;lZZZZZZZZZZZlllll888888888I8888888, II8888888888888888, `;lllZZZZllllll;;.Y88888888I8888888b, ,II8888888888888888b .;;lllllll;;;.;..88888888I88888888b, II888888888888888PZI;. .`;;;.;;;..; ...88888888I8888888888, II888888888888PZ;;';;. ;. .;. .;. .. Y8888888I88888888888b, ,II888888888PZ;;' `8888888I8888888888888b, II888888888' 888888I8888888888888888 ,II888888888 ,888888I8888888888888888 ,d88888888888 d888888I8888888888ZZZZZZ ,ad888888888888I 8888888I8888ZZZZZZZZZZZZ 888888888888888' 888888IZZZZZZZZZZZZZZZZZ 8888888888P'8P' Y888ZZZZZZZZZZZZZZZZZZZZ 888888888, " ,ZZZZZZZZZZZZZZZZZZZZZZZ 8888888888, ,ZZZZZZZZZZZZZZZZZZZZZZZZZZ 888888888888a, _ ,ZZZZZZZZZZZZZZZZZZZZ88888888 888888888888888ba,_d' ,ZZZZZZZZZZZZZZZZZ8888888888888 8888888888888888888888bbbaaa,,,______,ZZZZZZZZZZZZZZZ88888888888888888 88888888888888888888888888888888888ZZZZZZZZZZZZZZZ88888888888888888888 8888888888888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888888 888888888888888888888888888888888ZZZZZZZZZZZZZZ88888888888888888888888 8888888888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888888888 88888888888888888888888888888ZZZZZZZZZZZZZZ888888888888888888888888888 8888888888888888888888888888ZZZZZZZZZZZZZZ88888888888888888 Normand 8 88888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888 Veilleux 8 8888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888888888888888