Commit graph

91 commits

Author SHA1 Message Date
Raimund Schlüßler
3bddfdc65c Temporally show subtasks when task open 2015-11-22 23:14:53 +01:00
Raimund Schlüßler
d1d86a4874 Dont open edit mode when clicking on a link 2015-11-20 23:01:53 +01:00
Robin Appelman
74eff51f38 use angular linky instead of clickableurl 2015-11-20 15:26:58 +01:00
Raimund Schlüßler
36495d00ec Add subtasks to correct calendar, closes #261 2015-09-07 20:37:28 +02:00
raimund-schluessler
f14c7e34dc Merge pull request #254 from owncloud/AppframeworkRelics
Integrate Appframework Relics
2015-09-06 20:59:58 +02:00
Raimund Schlüßler
77b28d7d11 Fix sorting of new tasks 2015-09-06 16:35:12 +02:00
Raimund Schlüßler
fdbce204b1 Integrate Appframework Relics 2015-09-06 14:38:44 +02:00
Raimund Schlüßler
e56be5334b Fix search 2015-09-06 11:47:19 +02:00
Raimund Schlüßler
bbe34e6f94 Add custom favicon 2015-09-05 13:52:38 +02:00
Raimund Schlüßler
1509be1f3c Implement subtasks 2015-08-29 21:52:02 +02:00
raimund-schluessler
afead1aefb Merge pull request #242 from owncloud/fix-zero-list
Don't display the list counter if there are zero tasks
2015-08-29 21:49:01 +02:00
Raimund Schlüßler
ea35a746eb Fix showing completed tasks in newly created lists, fixes #241 2015-08-29 21:40:24 +02:00
Hendrik Leppelsack
5c94d6ff4f don't display the list counter if there are zero tasks 2015-08-29 19:01:50 +02:00
Hendrik Leppelsack
9b4825ed55 replaced deprecated moment.js functions 2015-07-05 21:04:38 +02:00
Hendrik Leppelsack
f063dfb3e2 use response trait in taskscontroller 2015-07-02 10:10:11 +02:00
Raimund Schlüßler
4715e7da50 Implement priority support 2015-06-21 12:40:44 +02:00
Raimund Schlüßler
dbc740037c Don't open details when starring a task 2015-06-21 11:03:00 +02:00
Raimund Schlüßler
def598386c Remove count from completed list, closes #183 2015-06-19 20:21:59 +02:00
Raimund Schlüßler
2296b40a27 Remove unused dependencies 2015-06-17 22:54:38 +02:00
Raimund Schlüßler
02cf31448f Remove not used directives 2015-06-17 22:49:35 +02:00
Raimund Schlüßler
03308d884e Account for not loaded completed tasks too 2015-06-17 22:44:06 +02:00
Raimund Schlüßler
c73ac27bc1 Format list count according to css documentation 2015-06-17 22:09:25 +02:00
Raimund Schlüßler
80b647484e Always hide new list input field 2015-06-14 21:20:19 +02:00
Raimund Schlüßler
9534901cb3 Close new list input field when changing list 2015-06-14 19:10:08 +02:00
Raimund Schlüßler
a33cd52747 Hide inputs when switching from renaming to adding 2015-06-11 22:15:10 +02:00
Hendrik Leppelsack
48cb57002e autofocus on input when renaming a list 2015-06-11 10:20:06 +02:00
Hendrik Leppelsack
1f8442680e removed content background to match oc-design 2015-06-01 15:36:45 +02:00
Hendrik Leppelsack
a0a3437f82 modified navigation to match ownCloud style 2015-06-01 15:32:11 +02:00
Raimund Schlüßler
4d764a86cf add new categories to available categories 2015-05-28 22:46:09 +02:00
Raimund Schlüßler
680e81858d Rework event-handling, close dropdown on click
See https://css-tricks.com/dangers-stopping-event-propagation/ and
http://bassta.bg/2013/08/detect-click-event-outside-element/ as
reference
2015-05-28 21:20:41 +02:00
Raimund Schlüßler
c9885510f4 Fetch available categories from the server 2015-05-25 18:45:27 +02:00
Raimund Schlüßler
ef5f99f5c0 First working implementation of category support 2015-05-24 12:09:05 +02:00
Raimund Schlüßler
1978720e1d Fix loading user avatars 2015-05-23 21:05:04 +02:00
Raimund Schlüßler
2c7de9c258 Fix filtering of reminder parameters 2015-05-23 20:31:39 +02:00
Raimund Schlüßler
fb03ebdc70 Remove custom ng-switch directive
Doesn't work with AngularJS v1.3.15 anymore. ngIf is used now, although
it is rather more complicated.
2015-05-22 20:48:51 +02:00
Raimund Schlüßler
342e7261be Update AngularJS to v1.3.15 2015-05-22 20:02:15 +02:00
Raimund Schlüßler
69fe98046b Improve display of search results 2015-02-25 21:14:44 +01:00
Raimund Schlüßler
57e08dbbe6 Open search result when clicked anywhere
Requires https://github.com/owncloud/core/pull/14311 to be merged.
2015-02-17 21:55:39 +01:00
Raimund Schlüßler
dd4c16e008 Show correct task count when filtering 2015-02-17 20:08:28 +01:00
Raimund Schlüßler
96882cd8ab filter search results in case task is already shown 2015-02-16 23:22:19 +01:00
Raimund Schlüßler
db4d862884 Case insensitive filtering 2015-02-15 23:15:51 +01:00
Raimund Schlüßler
6a82d7761f Filter tasks by global search 2015-02-15 22:34:28 +01:00
Raimund Schlüßler
00317d84fb Load task when requested by global search 2015-02-07 12:56:20 +01:00
Raimund Schlüßler
1519007f5a Fix in-app search, closes #117 2015-01-31 17:52:40 +01:00
raimund-schluessler
ada611827a Show total number of completed tasks correctly 2014-11-10 20:54:12 +01:00
raimund-schluessler
3345319d5a Correctly show tasks in collection views 2014-11-09 20:33:39 +01:00
raimund-schluessler
2bff5aa24f Also show overdue tasks in current view 2014-11-09 19:53:04 +01:00
raimund-schluessler
6b9d268582 Prevent doubling of tasks in week view 2014-11-09 19:20:18 +01:00
raimund-schluessler
c804ebb660 Show tasks according to start and due date 2014-11-09 17:19:59 +01:00
raimund-schluessler
33a6c5193b Show list name in week view, closes #36 2014-11-08 19:37:58 +01:00