summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24127 from owncloud/handle-app-loading-errorThomas Müller2016-04-201-2/+2
|\ | | | | Handle app loading error
| * With PHP7 Throwable is the new base interface for all Exception and Error - ↵Thomas Müller2016-04-201-2/+2
| | | | | | | | we should be capable to log Throwable as well
* | Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-201-0/+8
|\ \ | |/ |/| SharedStorage to new sharing code + cleanup
| * Only construct the storage when we start using itRobin Appelman2016-04-191-0/+8
| |
* | Merge pull request #24004 from owncloud/dont-transfer-files-to-not-ready-userThomas Müller2016-04-191-0/+12
|\ \ | |/ |/| Introduce isReadyForUser and verify in file transfer ownership
| * Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-151-0/+12
| |
* | Merge pull request #23973 from owncloud/share_move_post_delete_from_group_hookThomas Müller2016-04-192-1/+22
|\ \ | | | | | | Move post_removeFromGroup to shareManager
| * | Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-132-1/+22
| |/ | | | | | | | | | | | | | | The last sharing hook to be moved over. * Added unit tests * Removed old tests that relied on old behaviour * Removed old hooks.php
* / Move logout to controllerLukas Reschke2016-04-182-2/+2
|/ | | | Testable code. Yay.
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-122-0/+19
| | | | | | | | The hook now calls the share manager that will call the responsible shareProvider to do the proper cleanup. * Unit tests added Again nothing should change it is just to cleanup old code
* lib: Fix typos (found by codespell)Stefan Weil2016-04-077-9/+9
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Merge pull request #23773 from owncloud/share_move_delete_user_hookJoas Schilling2016-04-072-0/+21
|\ | | | | Migrate post_userDelete hook to share manager
| * Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-042-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | This makes the post_userDelete hook call the sharemanager. This will cleanup to and from this user. * All shares owned by this user * All shares with this user (user) * All custom group shares * All link share initiated by this user (to avoid invisible link shares) Unit tests are added for the defaultshare provider as well as the federated share provider
* | Prevent null to be passed into the closure of callForAllUsersThomas Müller2016-04-051-3/+3
|/
* Add better messages for sometimes obscure exceptionsBernhard Posselt2016-04-041-2/+27
| | | | | | * add better messages for sometimes obscure exceptions * fix formatting
* Merge pull request #23676 from owncloud/handle-null-return-getAppInfoMorris Jobke2016-03-311-1/+1
|\ | | | | Properly handle return values of OC_App::getAppInfo()
| * Properly handle return values of OC_App::getAppInfo()Morris Jobke2016-03-301-1/+1
| | | | | | | | * fixes #23668
* | Move OCP\Share over to PSR-4Roeland Jago Douma2016-03-307-0/+0
| | | | | | | | Touching the code so moving it over to PSR-4
* | Add setId and setProviderID to the public interfaceRoeland Jago Douma2016-03-302-0/+54
|/ | | | | | Fixes #23337 We only allow the id to be set once!
* Allow the activity app to set the current user when sending emailsJoas Schilling2016-03-241-0/+10
|
* Merge pull request #23485 from owncloud/composer_allow_ocpThomas Müller2016-03-221-0/+0
|\ | | | | Allow OCP classes to be PSR-4 as well
| * Move IServerContainter to PSR-4Roeland Jago Douma2016-03-221-0/+0
| |
* | Add config to sharemanagerRoeland Jago Douma2016-03-221-0/+7
|/
* Replace unneded OC::needUpgrade with OCP methodMorris Jobke2016-03-141-1/+1
|
* Use more generic node instead of File/FolderRoeland Jago Douma2016-03-112-8/+7
| | | | | | | | | The phpdoc for the sharing functions was very restrictive. As a consequence passing node object (for example from the OCS Share API where we don't really care if it is a file or folder), would actually be invalid. With this loser restriction the interfaces become more generic.
* Fix some scrutinizer warning in the sharing codeRoeland Jago Douma2016-03-101-2/+2
| | | | | | * Better phpdoc * Promper use statements * Unused parameter
* Add locking to the node apiRobin Appelman2016-03-031-0/+51
|
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-015-5/+0
|
* Map MaciLukas Reschke2016-03-011-0/+1
|
* Update author informationLukas Reschke2016-03-0138-31/+66
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Merge pull request #22707 from owncloud/use-our-public-apiThomas Müller2016-03-013-8/+9
|\ | | | | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*
| * Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-293-8/+9
| |
* | Fix since versionJoas Schilling2016-02-291-1/+1
|/
* Merge pull request #22569 from owncloud/issue-22566-too-much-mapping-entriesThomas Müller2016-02-231-1/+5
|\ | | | | Allow defining a limit and offset for getObjectIdsForTags
| * Allow defining a limit and offset for getObjectIdsForTagsJoas Schilling2016-02-231-1/+5
| |
* | Merge pull request #22582 from owncloud/case-insensitive-contact-searchThomas Müller2016-02-231-0/+13
|\ \ | |/ |/| Case insensitive contact search
| * Add ILIKE support to querybuilderThomas Müller2016-02-221-0/+13
| |
* | Merge pull request #22581 from owncloud/fix_interfaceThomas Müller2016-02-221-3/+15
|\ \ | |/ |/| since 9.0 we have a additional parameter $position used for integrity…
| * since 9.0 we have a additional parameter $position used for integrity checksBjoern Schiessle2016-02-221-3/+15
| |
* | We should check for exceptions when trying to get the avatarRoeland Jago Douma2016-02-221-0/+2
| | | | | | | | | | | | | | Fixes #22550 * Updated phpdoc of avatatmanager * Add unit test
* | Fix more thingsJoas Schilling2016-02-192-3/+2
| |
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-192-0/+2
|/ | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* set correct http status codev1r0x2016-02-181-1/+1
| | | Was intended to respond with a 303 (See other) status code instead of 307 (Temporary Redirect).
* More characters are allowed on POSIX systemsRoeland Jago Douma2016-02-121-2/+3
|
* No longer evaluate appinfo/versionThomas Müller2016-02-101-1/+1
|
* make it backward compatible to work with signed and un-signed filesBjörn Schießle2016-02-091-3/+4
|
* Merge pull request #22192 from owncloud/fix_19685Thomas Müller2016-02-091-0/+1
|\ | | | | Only set the default expiration date on share creation
| * Throw exceptionRoeland Jago Douma2016-02-091-1/+2
| |
| * Only set the default expiration date on share creationRoeland Jago Douma2016-02-091-1/+1
| | | | | | | | | | | | | | | | | | Fixes #19685 The default expiration date should only be set when we create a new share. So if a share is created and the expiration date is unset. And after that the password is updated the expiration date should remain unset.
* | Merge pull request #22252 from owncloud/consolidate-user-set-quotaC. Montero Luque2016-02-091-0/+19
|\ \ | | | | | | Consolidate getQuota and setQuota methods in User instance