summaryrefslogtreecommitdiffstats
path: root/client/lib
Commit message (Expand)AuthorAgeFilesLines
* Add i18n file route for subfoldernztqa2017-06-261-0/+1
* Fix "W" shortcut bindingGhassen Rjab2017-06-161-1/+5
* Fix disable a href=“#” linknztqa2017-05-171-0/+4
* Revert code that broke changing language.Lauri Ojansivu2017-05-061-5/+0
* Update translations.Lauri Ojansivu2017-05-051-0/+5
* Merge branch 'navigator-preferred-language' of https://github.com/umbertooo/w...Lauri Ojansivu2017-03-301-4/+10
|\
| * Use the navigator's language properties even if a user exists but the user ha...Felix Michels2016-10-191-2/+8
* | Fix typoIvan Radeljic2017-02-131-1/+1
* | Fix typo of multipleActionsCurtis G2017-01-151-1/+1
* | Fix eslint regressions.David Renshaw2016-11-161-3/+3
* | Merge pull request #6 from mario-orlicky/filter-by-emptyLauri Ojansivu2016-11-151-2/+23
|\ \
| * | forgotten semicolonMario Orlicky2016-11-131-1/+1
| * | Filtering logic by empty labels/membersMario Orlicky2016-11-131-3/+24
| |/
* | always fall back to navigator.language if user.profile.language is not setDavid Renshaw2016-11-151-2/+2
* | Wait until Meteor.startup() to set the language.David Renshaw2016-11-151-19/+12
* | Fix startup for clients using Finnish and Chinese.David Renshaw2016-11-151-3/+9
|/
* Fix undefined variables errorsMaxime Quandalle2016-07-211-1/+1
* Avoid <a> links redirections on inlinedFormMaxime Quandalle2016-07-201-1/+3
* Fix a typo (#515)Prayag Verma2016-07-111-1/+1
* Merge pull request #531 from TheElf/develMaxime Quandalle2016-03-181-1/+1
|\
| * Changes in code to correct the spelling of emoji (plural)Daniel2016-02-281-1/+1
* | Upgrade ESLint to v2Maxime Quandalle2016-03-175-3/+7
|/
* Change the board import layout from a popup to a full pageMaxime Quandalle2016-01-311-0/+5
* add: support compact mode for mobile web, auto adapt to small screen/windowLiming Xie2015-12-172-9/+24
* Allow the header bar customizationMaxime Quandalle2015-12-091-3/+9
* Merge GitHub PR #387Maxime Quandalle2015-11-152-0/+119
|\
| * add preview attached image, allow upload image from clipboard and drag & drpfloatinghotpot2015-11-132-0/+119
* | Finish the minicard editor auto-completion featureMaxime Quandalle2015-11-081-4/+28
|/
* Fix some bugs introduced in aa974aaMaxime Quandalle2015-10-291-1/+1
* Prefer ES5 methods over underscore utilitiesMaxime Quandalle2015-10-224-10/+11
* Add some ESLint rules and fix some related issuesMaxime Quandalle2015-10-141-4/+4
* Set some DOM transformation to fix some of the accessibility issuesMaxime Quandalle2015-10-131-0/+41
* Abstract the jquery-textcomplete integration with EscapeActionsMaxime Quandalle2015-10-131-0/+30
* Shortcut: F toggles filter sidebarfisle2015-09-191-0/+11
* Shortcut: Spacebar assigns self to current cardfisle2015-09-191-0/+23
* Centralize all mutations at the model levelMaxime Quandalle2015-09-082-15/+1
* Fix a recurrent English typoMaxime Quandalle2015-09-063-10/+10
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-0311-299/+252
* Update translation source fileMaxime Quandalle2015-09-011-7/+7
* Replace the component bounded `cachedValue` by a global `UnsavedEdits`Maxime Quandalle2015-08-313-14/+173
* Implement click-and-drag integration to translate the board canvasMaxime Quandalle2015-08-281-6/+16
* Display keyboard shortcuts on a modalMaxime Quandalle2015-08-281-0/+25
* Open a modal (or a new page) based on contextMaxime Quandalle2015-08-283-19/+26
* Implement board archive and restorationMaxime Quandalle2015-08-261-1/+1
* Implement a modal systemMaxime Quandalle2015-08-262-0/+32
* ES6ify our Popup libraryMaxime Quandalle2015-08-261-108/+108
* Fix EscapeActions click in handlingMaxime Quandalle2015-08-251-17/+24
* Fix a type: document -> document.bodyMaxime Quandalle2015-08-251-1/+1
* Upgrade meteor to 1.2-rc.4 and package versionsMaxime Quandalle2015-08-251-10/+5
* Close the Popup when all escape actions are executedMaxime Quandalle2015-08-232-15/+25