summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | parameter checks for setting actor and object to happen only in one placeArthur Schiwon2015-12-092-13/+8
| * | | | fix usage of emptyArthur Schiwon2015-12-091-6/+6
| * | | | different strategy in cleaning up after user was deletedArthur Schiwon2015-12-094-6/+5
| * | | | add icommentsmanger and icomment implementationArthur Schiwon2015-12-097-6/+1008
* | | | | Don't load commands of apps when in maintenance mode - fixes #20939Thomas Müller2015-12-091-4/+6
|/ / / /
* | | | Merge pull request #21060 from owncloud/support-for-read-only-config-dirThomas Müller2015-12-091-7/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for read only config dirLukas Reschke2015-12-091-7/+9
* | | | Merge pull request #21061 from owncloud/fix-oracle-last-insert-id-testThomas Müller2015-12-091-6/+22
|\ \ \ \
| * | | | Do not quote the table name for lastInsertId()Joas Schilling2015-12-091-6/+22
| |/ / /
* | | | Merge pull request #21056 from owncloud/check-returnThomas Müller2015-12-092-3/+7
|\ \ \ \
| * | | | Verify return typeLukas Reschke2015-12-092-3/+7
* | | | | Merge pull request #21055 from owncloud/fix-php-docs-for-consoleThomas Müller2015-12-091-1/+10
|\ \ \ \ \
| * | | | | Fix PHPDoc and check if path does existsLukas Reschke2015-12-091-1/+10
| |/ / / /
* | | | | Merge pull request #21005 from owncloud/verify_password_before_unshareThomas Müller2015-12-091-0/+5
|\ \ \ \ \
| * | | | | The ajax code path unshares a link share when updating the passwordRoeland Jago Douma2015-12-071-0/+5
* | | | | | Merge pull request #21038 from owncloud/share-computesharepermissions-notstoreThomas Müller2015-12-093-6/+8
|\ \ \ \ \ \
| * | | | | | Add explicit check for groups excluded from sharingVincent Petry2015-12-081-1/+1
| * | | | | | Add reshare permission checksVincent Petry2015-12-081-1/+1
| * | | | | | Compute share permissions in the viewVincent Petry2015-12-082-5/+7
* | | | | | | Merge pull request #21043 from owncloud/add-php-docThomas Müller2015-12-091-0/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Add type descriptionLukas Reschke2015-12-081-0/+2
| | |_|/ / / | |/| | | |
* / | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-092-0/+4
|/ / / / /
* | | | | Merge pull request #21031 from owncloud/sanitize-findAppInDirectoriesThomas Müller2015-12-081-1/+5
|\ \ \ \ \
| * | | | | Sanitize the appId passed to `findAppInDirectories`Lukas Reschke2015-12-081-1/+5
* | | | | | Merge pull request #21030 from owncloud/querybuilder-new-featuresThomas Müller2015-12-083-2/+99
|\ \ \ \ \ \
| * | | | | | Add a method to the get "to use" table and column nameJoas Schilling2015-12-083-2/+38
| * | | | | | Add select distinct to the query builderJoas Schilling2015-12-082-0/+38
| * | | | | | Allow getting the last insert id without much hassleJoas Schilling2015-12-082-0/+23
| |/ / / / /
* | | | | | Merge pull request #20786 from owncloud/systemtags-davThomas Müller2015-12-083-4/+8
|\ \ \ \ \ \
| * | | | | | Fixed system tags DAV and API and docsVincent Petry2015-12-043-4/+4
| * | | | | | Added dav endpoints for system tagsVincent Petry2015-12-031-0/+4
* | | | | | | Merge pull request #21022 from owncloud/get-rid-of-by-referenceThomas Müller2015-12-084-12/+14
|\ \ \ \ \ \ \
| * | | | | | | Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTMLLukas Reschke2015-12-083-8/+8
| * | | | | | | Get rid of passing a referenceLukas Reschke2015-12-081-4/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Do not trust castingLukas Reschke2015-12-081-1/+1
* | | | | | | Remove unused repair stepsLukas Reschke2015-12-082-85/+2
* | | | | | | Remove legacy checkLukas Reschke2015-12-081-5/+0
|/ / / / / /
* | | | | / [tx-robot] updated from transifexJenkins for ownCloud2015-12-084-4/+14
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #20996 from owncloud/issue-12215-remove-password-reset-whe...Thomas Müller2015-12-071-0/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow specifying a custom reset-password-urlJoas Schilling2015-12-071-3/+5
| * | | | Remove password reset when the user can not change the passwordJoas Schilling2015-12-071-0/+6
| | |_|/ | |/| |
* | | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-073-4/+0
* | | | Merge pull request #20993 from owncloud/issue-20666-language-always-overwrittenThomas Müller2015-12-071-3/+7
|\ \ \ \
| * | | | Do not overwrite the language when it's just missing for one appJoas Schilling2015-12-071-3/+7
| |/ / /
* | | | Merge pull request #20981 from owncloud/issue-19848-multiple-emails-for-share...Thomas Müller2015-12-071-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Allow sending a share email to multiple usersJoas Schilling2015-12-071-1/+3
| | |/ | |/|
* | | Merge pull request #20960 from owncloud/drop-OC_Util-getUrlContentThomas Müller2015-12-072-19/+12
|\ \ \
| * | | Remove OC_Util::getUrlContent and replace by proper usage of public interfacesMorris Jobke2015-12-042-19/+12
* | | | Merge pull request #11131 from owncloud/use-phpini-wrapperThomas Müller2015-12-077-14/+16
|\ \ \ \
| * | | | Replace new occurences of ini_get with IniWrapper methodsMorris Jobke2015-11-234-7/+9