Commit graph

103 commits

Author SHA1 Message Date
Raimund Schlüßler
41899421aa Remove unused directives 2015-09-04 19:21:20 +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
b2dddcd892 remove less from grunt 2015-08-29 16:36:58 +02:00
Raimund Schlüßler
0e862d4fa0 Bump version to 0.7.1 2015-07-10 00:03:08 +02:00
Raimund Schlüßler
7c1bf1a429 Bump version to v0.7 2015-07-07 18:44:30 +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
Hendrik Leppelsack
c733b02eb6 Update README.md 2015-06-17 22:47:25 +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-schluessler
71eacd00b5 Merge pull request #176 from Henni/grunt
Clean-up of dev pipeline (grunt)
2015-06-17 21:41:16 +02:00
Hendrik Leppelsack
f01db889f2 added grunt-newer to watch changed files 2015-06-17 10:28:24 +02:00
Hendrik Leppelsack
cc541f01d7 fixed grunt watch:js and removed watch:coffeescript 2015-06-17 10:23:09 +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
83ae567b27 clean-up of dev pipeline (grunt) 2015-06-03 15:34:07 +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
75d758a38d Increment version, add info 2015-04-07 19:16:06 +02:00
Raimund Schlüßler
b1a4cac492 Remove moment.js 2015-04-07 19:15:57 +02:00
Hendrik Leppelsack
f6df55197a Updated package.json version to 0.5.1 2015-03-25 14:51:39 +01:00
Hendrik Leppelsack
2ad9df6d03 changed package.json version to semver syntax
The version number of the package.json has to match the semver syntax as described at https://docs.npmjs.com/files/package.json#version.
2015-03-25 00:49:58 +01:00
Hendrik Leppelsack
a17b74e89b Corrected repository URLs in package.json 2015-03-24 18:47:26 +01: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