summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Move \OCP\Comments to PSR-4 (#24565)Roeland Douma2016-05-127-0/+0
* Move \OCP\Command to PSR-4Roeland Jago Douma2016-05-102-0/+0
* Fix phpdocRoeland Jago Douma2016-05-101-2/+1
* Move \OCP\Capabilities to PSR-4Roeland Jago Douma2016-05-091-0/+0
* Move \OCP\BackgroundJob to PSR-4Roeland Jago Douma2016-05-072-0/+0
* Move \OCP\AppFramework to PSR-4Roeland Jago Douma2016-05-0630-0/+0
* Move \OCP\App to PSR-4Roeland Jago Douma2016-05-062-0/+0
* Move \OCP\Activity to PSR-4Roeland Jago Douma2016-05-054-0/+0
* Merge pull request #23844 from owncloud/disable-userThomas Müller2016-05-031-0/+1
|\
| * Add occ commands to enable and disable a user + a disabled user can no longer...Thomas Müller2016-05-021-0/+1
* | Merge pull request #24389 from owncloud/login-by-emailLukas Reschke2016-05-031-0/+7
|\ \
| * | Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-021-0/+7
| |/
* | Add methods to public interfaceJoas Schilling2016-05-031-0/+12
* | Merge pull request #24229 from owncloud/session-id-wrapperRoeland Douma2016-05-022-0/+41
|\ \ | |/ |/|
| * throw SessionNotAvailableException if session_id returns empty stringChristoph Wurst2016-04-262-0/+33
| * add ISession::getId() wrapper for session_idChristoph Wurst2016-04-251-0/+8
* | Adding progress to web upgradeThomas Müller2016-04-281-1/+2
* | Merge pull request #24199 from owncloud/ocp-repairMorris Jobke2016-04-262-0/+107
|\ \
| * | Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new in...Thomas Müller2016-04-252-0/+107
| |/
* | Merge pull request #22648 from owncloud/propagate-singleThomas Müller2016-04-251-1/+0
|\ \
| * | do propagation in a single queryRobin Appelman2016-04-251-1/+0
| |/
* / Fix the syntax and methods in the sampleJoas Schilling2016-04-251-3/+4
|/
* Fix inconsistent nameing of AppFrameworkRoeland Jago Douma2016-04-221-1/+1
* Merge pull request #24127 from owncloud/handle-app-loading-errorThomas Müller2016-04-201-2/+2
|\
| * With PHP7 Throwable is the new base interface for all Exception and Error - w...Thomas Müller2016-04-201-2/+2
* | Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-201-0/+8
|\ \ | |/ |/|
| * 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 - 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 shareManagerRoeland Jago Douma2016-04-132-1/+22
| |/
* / Move logout to controllerLukas Reschke2016-04-182-2/+2
|/
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-122-0/+19
* lib: Fix typos (found by codespell)Stefan Weil2016-04-077-9/+9
* Merge pull request #23773 from owncloud/share_move_delete_user_hookJoas Schilling2016-04-072-0/+21
|\
| * Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-042-0/+21
* | 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
* Merge pull request #23676 from owncloud/handle-null-return-getAppInfoMorris Jobke2016-03-311-1/+1
|\
| * Properly handle return values of OC_App::getAppInfo()Morris Jobke2016-03-301-1/+1
* | Move OCP\Share over to PSR-4Roeland Jago Douma2016-03-307-0/+0
* | Add setId and setProviderID to the public interfaceRoeland Jago Douma2016-03-302-0/+54
|/
* 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
|\
| * 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
* Fix some scrutinizer warning in the sharing codeRoeland Jago Douma2016-03-101-2/+2
* Add locking to the node apiRobin Appelman2016-03-031-0/+51