Commit graph

72 commits

Author SHA1 Message Date
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
881e6ff652 Fix not loading Search
For whatever reason this got lost in last commit
2015-02-15 22:51:42 +01:00
Raimund Schlüßler
0f78b8727d Append search results to custom container
Requires https://github.com/owncloud/core/pull/13969 to be merged
2015-02-15 22:38:06 +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
raimund-schluessler
0dbc5ea4fd Get task color from lists 2014-11-08 17:06:00 +01:00
raimund-schluessler
b58fb4353e Sort loaded completed tasks by completed date 2014-11-08 16:12:37 +01:00
raimund-schluessler
930abaae99 Load only the last five completed tasks per list 2014-11-06 22:17:51 +01:00
raimund-schluessler
697344cd11 Simplify regex to not hang the browser 2014-11-04 18:49:20 +01:00
raimund-schluessler
ebecd4bb3f Parse notes to make links and mails clickable 2014-11-03 17:16:40 +01:00
raimund-schluessler
63b2520640 Cleanup behaviour of PercentComplete 2014-09-21 20:42:09 +02:00
raimund-schluessler
c28a94ff85 Save Details after loading different task 2014-09-21 20:01:04 +02:00
raimund-schluessler
ad0ff97b8b Only load valid tasks 2014-09-21 16:47:48 +02:00
raimund-schluessler
453fbef2fb Fixes #79 2014-08-31 22:40:44 +02:00
raimund-schluessler
4fd5827dbd Fix typo, closes #73, #75
Thanks to @aputtu
2014-08-27 19:16:27 +02:00
raimund-schluessler
ddee8a0a65 Better plural translation 2014-08-27 19:03:39 +02:00
raimund-schluessler
ea7139c810 Unify usage of 'completed' and 'item' 2014-08-18 23:44:15 +02:00
Volkan Gezer
a9fc9b7149 fix percentage, closes #64 2014-08-17 17:52:32 +02:00
raimund-schluessler
1093619ba6 Rename to Tasks, closes #51 2014-07-30 21:03:54 +02:00
raimund-schluessler
a07bd34394 Make comment strings translateable 2014-07-22 00:11:58 +02:00
raimund-schluessler
47236390cc Fix adding comments to tasks without a comment 2014-07-21 23:07:16 +02:00
raimund-schluessler
71bce7ac3d Post comment on enter key 2014-07-21 23:06:09 +02:00
raimund-schluessler
89b2e88082 Format datestring correctly 2014-07-21 21:46:40 +02:00
raimund-schluessler
471c86fed2 Use displayname instead of userID 2014-07-21 21:18:39 +02:00