summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* 204 and 304 must not have a body, see ↵Jörn Friedrich Dreyer2016-08-171-5/+11
| | | | https://tools.ietf.org/html/rfc7230#section-3.3
* Fix grouping of received shares in MountProviderVincent Petry2016-08-131-2/+3
| | | | | | | | | Added flag to enforce grouping of received shares even when the method is called for a user different than the current one. This can happen at sharing time whenever the recipient's FS is being setup from the sharer's call. This fixes duplicated received folders for new shares.
* Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-201-0/+12
|
* Prevent null to be passed into the closure of callForAllUsersThomas Müller2016-04-071-3/+3
|
* Properly handle return values of OC_App::getAppInfo()Morris Jobke2016-04-011-1/+1
| | | | * fixes #23668
* Allow the activity app to set the current user when sending emailsJoas Schilling2016-03-291-0/+10
|
* Add config to sharemanagerRoeland Jago Douma2016-03-221-0/+7
|
* Revert "No longer evaluate appinfo/version"Vincent Petry2016-03-031-1/+1
|
* 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
| * | Doc improvementsArthur Schiwon2016-02-091-1/+3
| | |
| * | Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-091-0/+17
| | |
* | | Merge pull request #22228 from owncloud/comments-limit-messageThomas Müller2016-02-092-0/+32
|\ \ \ | |/ / |/| | Limit comment message to 1k chars
| * | on DAV throw Bad Request if provided message is too longArthur Schiwon2016-02-091-2/+2
| | |
| * | Limit comment message to 1k charsArthur Schiwon2016-02-092-0/+32
| |/
* / Send events when enabling and disabling of appsArthur Schiwon2016-02-091-0/+86
|/
* Merge pull request #22200 from owncloud/node-checksum-resolvefileinfoThomas Müller2016-02-081-0/+10
|\ | | | | Make sure fileinfo exists when calling getCheckSum in node API
| * Add proper throw tags to FileRoeland Jago Douma2016-02-081-0/+10
| |
* | Merge pull request #22164 from owncloud/files_external-verifyThomas Müller2016-02-081-0/+26
|\ \ | | | | | | Add occ command to verify storage configurations
| * | Add occ command to verify storage configurationsRobin Appelman2016-02-081-0/+26
| |/
* / Respect not allowing outgoing sharesRoeland Jago Douma2016-02-081-0/+7
|/
* getSharesBy should also expire link sharesRoeland Jago Douma2016-02-061-1/+1
|
* Merge pull request #22139 from owncloud/comments-files-cleanupThomas Müller2016-02-061-0/+10
|\ | | | | cleanup jobs for comments and comment read marks
| * Move casting to IExpressionBuilderJoas Schilling2016-02-051-0/+10
| |
* | Merge pull request #22166 from owncloud/remove-local-folderThomas Müller2016-02-062-19/+0
|\ \ | | | | | | remove unused Storage->getLocalFolder
| * | remove unused Storage->getLocalFolderRobin Appelman2016-02-052-19/+0
| | |
* | | Merge pull request #22169 from owncloud/cache-interface-fixesThomas Müller2016-02-052-10/+8
|\ \ \ | |_|/ |/| | Cache interface cleanup/phpdoc
| * | remove unused Storage->searchRobin Appelman2016-02-051-9/+0
| | |
| * | additional phpdoc for searchRobin Appelman2016-02-051-1/+1
| | |