Commit Graph

349 Commits (86fda62a481ea3a90bdd619ddcb99e1877e80520)

Author SHA1 Message Date
Lauri Ojansivu 80ea1782f9 Move card to archive, add shortcut key ÷ for Persian keyboard. 6 months ago
Nadav Tasher 35c1057527 Change archive-card shortcut to backtick for better ergonomics 6 months ago
Nadav Tasher d0024d397a Add missing semicolon 6 months ago
Nadav Tasher e1168b5107 Added keyboard shortcut to "assign self" and rename old shortcut to "add self" 6 months ago
Nadav Tasher cecb4b8336 Change move-to-archive keyboard shortcut to '-' 6 months ago
Nadav Tasher ebece3f961 Disable sidebar showing when filtering using keyboard shortcut 6 months ago
Nadav Tasher cf90511f3c Added multi-language support for keyboard shortcuts 6 months ago
Nadav Tasher 7963118032 Always close sidebar on escape button 6 months ago
Nadav Tasher 35e6c938dc Added 'n' shortcut for adding new minicards 6 months ago
Martin Filser c925a27870 Fixing opening cards and slow performance of closing cards 7 months ago
Denis Perov 718c1a393d Switch from kadira:flow-router to ostrio:flow-router-extra 8 months ago
Martin Filser 3ae0d96760 little opacity to minicards to see the background image a little bit 10 months ago
Martin Filser 3c477e9783 Bugfix, variable "color" didn't exist 10 months ago
Martin Filser 3641a8f389 don't set background image in .board-canvas too 10 months ago
Lauri Ojansivu 9cebee7347 Fix Can't set a Due Date that has a leading zero in time, errors with invalid time. 1 year ago
nikolaj.bassauer e30329a18c Add text to new shortcut 1 year ago
nikolaj.bassauer 22b40aab5d Set Shortcut to filter assignees 1 year ago
Lewis Cowles 4d6e6a85e0
feat: download webfonts as well 1 year ago
Lewis Cowles fe887b7b5e
fix: export HTML currently exports JS popups 1 year ago
Martin Filser 875442f1ce removing Utils.getCurrentSetting() and use ReactiveCache directly 2 years ago
Martin Filser 9125ab440d Move every Swimlanes.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/) 2 years ago
Martin Filser 6a4b03324c Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/) 2 years ago
Martin Filser 4a8dcde8ee Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/) 2 years ago
Martin Filser 7673c77c57 Move every Cards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/) 2 years ago
Martin Filser 66c2140911 replace Array#forEach() ... Array#push with Array#map 2 years ago
Martin Filser 10a9306abd Move every Boards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/) 2 years ago
Martin Filser 49071ca5fd Move every SessionData.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2 years ago
Martin Filser 806ad78637 Move every CustomFields.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2 years ago
Martin Filser 9e557f6887 Move every Lists.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2 years ago
Martin Filser 48ba81eb3d Move every Swimlanes.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2 years ago
Martin Filser 5e3a9dc059 Move every Meteor.user() to the ReactiveCache 2 years ago
Martin Filser 0926943670 Move every Lists.findOne() to the ReactiveCache 2 years ago
Martin Filser 3b65113d05 Move every Cards.findOne() to the ReactiveCache 2 years ago
Martin Filser a182482cfb Move every Boards.findOne(boardId) to the ReactiveCache (Part 2) 2 years ago
Martin Filser 9022e9949f Move every Boards.findOne(Session.get('currentBoard')) to the ReactiveCache 2 years ago
Martin Filser b7dbeba7de add currentSetting to ReactiveCache 2 years ago
Martin Filser c6ee58ef88 add "currentList" to ReactiveCache 2 years ago
Martin Filser 3f3b4746a9 adding ReactiveCache to other source code 2 years ago
Martin Filser 30d154724a currentBoard is very often called in jade files, so use there the cache too 2 years ago
Martin Filser 16130b3f73 Move ReactiveCache to imports 2 years ago
Martin Filser 47427f89b0 Adding new ReactiveCache 2 years ago
Lauri Ojansivu 549b15000b Set background color only if it exists. Part 3. 2 years ago
Lauri Ojansivu c6cad13f1e Set background color only if it exists. Part 2. 2 years ago
Lauri Ojansivu 45d33fa2e4 Set background color only if it exists. 2 years ago
Martin Filser 583f114c68 Utils of canModifyCard and canModifyBoard + move this general functions to Utils class 2 years ago
Martin Filser a7721b9048 Global search, found cards count is now substituted by the translation function itself 2 years ago
Martin Filser 8557d91468 new popup scrolls to top and restore it's previous position after closing again works now at attachments too 2 years ago
Martin Filser 949a3a1337 new popup scrolls to top and restore it's previous position after closing again 2 years ago
Martin Filser b869e3efb6 after moving, e.g. minicards, to the list start / end the index is rounded to the next index 2 years ago
Martin Filser 7e8073d621 after moving, e.g. the minicard, round the index to the next integer 2 years ago