Граф коммитов

176 Коммитов

Автор SHA1 Сообщение Дата
Joas Schilling 19d8bfb0c8
Make the object information available on emails
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-11 12:11:30 +02:00
Joas Schilling ff9510653d
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-05 12:13:30 +02:00
Joas Schilling 48386a4cc0
Register personal settings via info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-21 18:06:29 +01:00
Joas Schilling fd9f452313
Fix appinfo file
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-21 16:28:56 +01:00
Joas Schilling e000dbacf4
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-12 10:54:53 +01:00
Joas Schilling a1ffe2cfa4
Add an API to retrieve all filters
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-01 15:56:19 +01:00
Joas Schilling b752b831ee
Also include type into the index for filters
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-08 18:05:00 +02:00
Joas Schilling 5e4ebe6fe2
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-22 12:28:22 +02:00
Joas Schilling ac37efd00c
Update doc link to 12
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10 10:55:02 +02:00
Joas Schilling 71ccca6c77 Merge pull request #149 from nextcloud/command
Add a command to send activity emails
2017-05-09 10:49:36 +02:00
Joas Schilling 89eeb71faa
Add a command to send emails
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-08 15:53:06 +02:00
Lukas Reschke 240f6b215a
Merge JavaScript files
Saves 4 HTTP requestss

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-02 08:40:13 +02:00
Joas Schilling ce428a0d57
Make the APIv2 an OCS API
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-20 15:23:03 +02:00
Joas Schilling c5ae2c01b2
Make the json match the W3C Activity specs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-18 09:49:49 +02:00
Joas Schilling 5238f3a6d9
Remote notifications for basic file actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-18 09:49:49 +02:00
Joas Schilling 3c99781d9c
Merge the activitydefaults app into activity
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-31 10:23:05 +02:00
Joas Schilling e52d19bc9b
Move navigation registration to info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-27 10:22:10 +02:00
Joas Schilling ac35702a63
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-13 20:18:43 +01:00
Joas Schilling d110693117
Register our filters via IFilter as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16 09:45:07 +01:00
Lukas Reschke 3c15099525
Update to 11
For https://github.com/nextcloud/server/pull/2139

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-15 17:33:51 +01:00
Joas Schilling 9309d7298a
Reduce the number of 4000chars columns
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-18 11:45:30 +02:00
Joas Schilling 0ce249df33
There is a default value for root, yay 2016-09-01 09:11:22 +02:00
Joas Schilling 7ceaadd032
Move the APIv1 to a OCSController 2016-08-31 17:09:01 +02:00
Joas Schilling 8fb423d2b5
Do not kill the comments stream setting
Partly revert of c2b1bc8c2b
2016-08-17 13:37:00 +02:00
Morris Jobke 4add37e55c Merge pull request #11 from nextcloud/increase-master-version
Increase the version in master
2016-07-22 13:23:55 +02:00
Joas Schilling ab59242c83
Run the license script to update emails 2016-07-22 12:37:41 +02:00
Joas Schilling 6291c93697
Fix links to the repo 2016-07-22 12:25:01 +02:00
Joas Schilling f9debbe6fa
Increase the version in master 2016-07-22 12:01:44 +02:00
janklostermann 1a463d51e6 added documentation, website, bugs, repository
according to https://doc.owncloud.org/server/9.0/developer_manual/app/info.html
2016-06-02 20:52:04 +02:00
Joas Schilling 5fc3cb35b1
Move registration of background jobs to info.xml 2016-05-12 09:30:19 +02:00
Joas Schilling 9fb161325b
Move hook and event registration to Application 2016-05-10 15:35:13 +02:00
Joas Schilling cf4ceaec27
Move registration of personal page to Application 2016-05-10 15:27:33 +02:00
Joas Schilling 6e5e712882
Move registration of the Consumer to the Application 2016-05-10 15:09:58 +02:00
Joas Schilling d336312e56
Move registration of the navigation entry to the Application 2016-05-10 15:07:39 +02:00
Joas Schilling 4430286911
Remove unnecessary service 2016-05-10 15:06:31 +02:00
Joas Schilling b1827daac7
Move Activity app to PSR-4 2016-05-03 09:30:11 +02:00
Björn Schießle b68fb3f901 Merge pull request #505 from owncloud/remove-unsettable-settings-so-default-is-used
"list self action" should only affect file create, change, delete and restore
2016-04-20 10:21:20 +02:00
Joas Schilling 0d8e0dabe7
Correctly use DI for the url generator 2016-04-15 09:49:42 +02:00
Joas Schilling 7a3adffec0
Split by and all+not-self since they are not the same anymore 2016-04-11 14:53:10 +02:00
Joas Schilling 7c55c904f0
Check types if the user can disable the activity 2016-04-11 11:57:05 +02:00
Joas Schilling c2b1bc8c2b
Remove settings that are not valid and don't store them anymore 2016-04-11 11:51:40 +02:00
Joas Schilling 0aabdd8aab Add an index for the object based query from the sidebar plugin 2016-04-01 09:03:15 +02:00
Joas Schilling 9f1c90576d Update app version and requirements 2016-03-02 08:39:30 +01:00
Joas Schilling 9f92ca9ac2 Move the API back to a controller, until the client guys approved the format 2016-02-17 08:36:06 +01:00
Joas Schilling b409cb28c3 Run build/license.php from core 2016-02-12 09:14:27 +01:00
Joas Schilling 18a04281d9 Remove old code 2016-01-12 12:21:43 +01:00
Joas Schilling ddacb5d0b6 Bring back the avatar config setting 2016-01-11 15:54:03 +01:00
Joas Schilling 0363c6c8b6 Add max version 2016-01-11 12:02:04 +01:00
Joas Schilling 46a8abed37 Remove the old endpoint 2015-12-11 10:35:01 +01:00
Joas Schilling 7bf3074db0 Bring back the previews 2015-12-11 10:35:01 +01:00