summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node
Commit message (Collapse)AuthorAgeFilesLines
* Implement webdav SEARCHRobin Appelman2017-03-011-2/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix files node API failed rename/copyVincent Petry2017-01-123-108/+81
| | | | | | | Whenever a rename or copy operation failed on the view, we must throw an exception instead of just ignoring. Signed-off-by: Vincent Petry <pvince81@owncloud.com>
* Refactor files node API for more code reuseVincent Petry2017-01-111-1/+1
| | | | Signed-off-by: Vincent Petry <pvince81@owncloud.com>
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-1/+0
| | | | | | | | | | | | Use firstLogin event to trigger creation of default calendar and default address book Delay login of admin user after setup so that firstLogin event can properly be processed for the admin Fixing tests ... Skeleton files are not copied over -> only 3 cache entries are remaining Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
* DI for root.phpLukas Reschke2016-11-021-21/+33
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Do not expose user data in exceptions & fix typoMorris Jobke2016-11-021-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add using casing check/fix for initMountPointsVincent Petry2016-11-021-0/+9
|
* Remove sensible information from exception messageMorris Jobke2016-10-241-6/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add message to NotSquareException thrown from AvatarOlivier Mehani2016-10-241-6/+6
| | | | | | | | | | | | | | | | | | | | This prevents cryptic messages such as the following, from `user_ldap`: Could not set avatar for uid=user,ou=People,dc=example,dc=net, because: Signed-off-by: Olivier Mehani <shtrom@ssji.net> Add message to NotPermittedException thrown from Files\Nodes\Folder Ditto. Don't use translation macros here as this seems to be pretty low-level errors that generally get caught and prettified, and I don't want to unduly clog down the lower layers. Signed-off-by: Olivier Mehani <shtrom@ssji.net> fixup! Add message to NotPermittedException thrown from Files\Nodes\Folder
* explicitly cast to intRobin Appelman2016-10-121-2/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* optimize Folder::getById to use less queriesRobin Appelman2016-10-122-22/+51
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #1054 from nextcloud/less-cache-hitsLukas Reschke2016-08-271-16/+21
|\ | | | | Reduce the number of cache operations for dav operations
| * optimize getUserFolder for the common caseRobin Appelman2016-08-251-11/+6
| |
| * cache user foldersRobin Appelman2016-08-251-16/+26
| |
* | Always use the LazyRootRoeland Jago Douma2016-08-261-1/+1
|/
* use limit instead of since when listing recent filesRobin Appelman2016-07-222-43/+8
|
* add recent files to node apiRobin Appelman2016-07-222-1/+119
|
* Update with robinJoas Schilling2016-07-217-7/+7
|
* Fix othersJoas Schilling2016-07-218-16/+24
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-248-0/+2229