summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Add bitwise AND and OR to the expression builderJoas Schilling2017-01-051-0/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adding group display name supportVincent Petry2016-12-222-0/+21
|
* Activities IManager throws an BadMethodCallExceptionChristoph Wurst2016-12-191-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove leading slash from sharing activityJoas Schilling2016-12-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling2016-12-143-77/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2437 from nextcloud/update-notification-iconsMorris Jobke2016-12-021-39/+57
|\ | | | | Use an icon for the update notifications
| * Update versions to 11.0.0Joas Schilling2016-12-011-39/+39
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Highlight the app name in the notificationJoas Schilling2016-12-011-0/+18
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add language to the parse method for emailsJoas Schilling2016-12-011-4/+7
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* prevent warning in StreamResponseRobin Appelman2016-11-291-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use correct channel informationMorris Jobke2016-11-291-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add an event merger and use it for the files activitiesJoas Schilling2016-11-251-0/+64
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1972 from nextcloud/invalid-files-from-scannerRoeland Jago Douma2016-11-222-0/+62
|\ | | | | Make sure we don't scan files that can not be accessed
| * Move the validation into one place onlyJoas Schilling2016-11-212-0/+62
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2154 from nextcloud/comments-activities-updateMorris Jobke2016-11-222-12/+10
|\ \ | |/ |/| Move comments activities to the new API
| * Fix wrong copyright headersJoas Schilling2016-11-162-12/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2076 from nextcloud/log_preview_accessMorris Jobke2016-11-181-0/+5
|\ \ | | | | | | Dispatch event on preview request
| * | Dispatch event on preview requestRoeland Jago Douma2016-11-101-0/+5
| | | | | | | | | | | | | | | | | | Fixes: #73 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #768 from nextcloud/s3-objectstoreRobin Appelman2016-11-182-3/+3
|\ \ \ | | | | | | | | Add S3 objectstore backend
| * | | allow passing a stream to StreamResponseRobin Appelman2016-11-162-3/+3
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2184 from nextcloud/share-join-cacheMorris Jobke2016-11-181-0/+17
|\ \ \ | | | | | | | | Get the share root info directly when querying for shares
| * | | let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-171-0/+17
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Expose getAppPath to public APIJulius Haertl2016-11-172-0/+41
|/ / / | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | phpdocRobin Appelman2016-11-161-2/+20
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | basic lockdown logicRobin Appelman2016-11-161-0/+32
|/ / | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* | Update the since version to 11.0.0Joas Schilling2016-11-166-51/+51
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix activity manager testsJoas Schilling2016-11-161-2/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow combining eventsJoas Schilling2016-11-161-0/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow to register ProvidersJoas Schilling2016-11-162-0/+52
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add ROS and icon support to the eventsJoas Schilling2016-11-161-0/+84
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Validate the input into Event alreadyJoas Schilling2016-11-161-0/+21
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow to register settings/types via info.xmlJoas Schilling2016-11-162-0/+99
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow to register activity filters via info.xmlJoas Schilling2016-11-163-21/+124
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2144 from nextcloud/fix_1303Morris Jobke2016-11-151-1/+0
|\ \ | | | | | | Do not cache version info in the session
| * | Fix testsRoeland Jago Douma2016-11-151-1/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-1525-73/+73
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / fix phpdocRobin Appelman2016-11-091-1/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-092-247/+296
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1998 from nextcloud/share-by-mail-notificationBjörn Schießle2016-11-082-0/+20
|\ | | | | add share by mail activity
| * add new definitionBjoern Schiessle2016-11-081-0/+19
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * add activity for share by mailBjoern Schiessle2016-11-081-0/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | refactoring code to reduce cyclomatic complexitDonquixote2016-11-072-10/+5
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Moved over files_versionsRoeland Jago Douma2016-11-031-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move Ipreview to more of DI thingyRoeland Jago Douma2016-11-031-0/+25
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust tests and DI for Share.phpLukas Reschke2016-11-021-1/+9
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* bring back remember-meChristoph Wurst2016-11-021-1/+1
| | | | | | | | | | * try to reuse the old session token for remember me login * decrypt/encrypt token password and set the session id accordingly * create remember-me cookies only if checkbox is checked and 2fa solved * adjust db token cleanup to store remembered tokens longer * adjust unit tests Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add method to check if a share provider for a given type is loadedBjoern Schiessle2016-11-011-0/+8
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Stricter signatureRoeland Jago Douma2016-10-312-4/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-313-0/+28
| | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* Merge pull request #1937 from nextcloud/ros-for-notification-messageRoeland Jago Douma2016-10-311-0/+21
|\ | | | | Allow rich object strings in messages as well