summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Move NaturalSort_DefaultCollator to its own fileJoas Schilling2014-11-272-11/+19
* | | | | | | | Limit blacklist to php filesRichard Clarkson2014-11-271-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #12426 from owncloud/jail-mask-wrappersRobin Appelman2014-11-276-1/+1059
|\ \ \ \ \ \ \
| * | | | | | | Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman2014-11-272-12/+53
| * | | | | | | Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-275-1/+1018
* | | | | | | | Merge pull request #12470 from owncloud/jenkins-12447Lukas Reschke2014-11-278-33/+80
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Move OC_USER_BACKEND_* constants to OC_User_Backend classJoas Schilling2014-11-274-22/+47
| * | | | | | | Move OC_GROUP_BACKEND_* constants to OC_Group_Backend classJoas Schilling2014-11-274-11/+33
* | | | | | | | Merge pull request #12462 from owncloud/issue/12460-localstorage-buildpathVincent Petry2014-11-272-63/+79
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Remove unused 2nd parameter of buildPath() and rename to getSourcePath()Joas Schilling2014-11-271-32/+33
| * | | | | | | Introduce getSourcePath() in Storage\Local to reduce the difference to Mapped...Joas Schilling2014-11-271-31/+46
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #12449 from owncloud/issue/12444-namespace-exceptionsJoas Schilling2014-11-2711-44/+59
|\ \ \ \ \ \ \
| * | | | | | | Replace exception with standard exceptionJoas Schilling2014-11-271-4/+1
| * | | | | | | Correctly namespace and autoload DatabaseExceptionJoas Schilling2014-11-274-27/+36
| * | | | | | | Correctly namespace DatabaseSetupExceptionJoas Schilling2014-11-266-13/+22
| |/ / / / / /
* | | | | | | Merge pull request #12418 from owncloud/delete_previewsMorris Jobke2014-11-271-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | delete old previewsGeorg Ehrke2014-11-251-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #12464 from owncloud/cache-available-languagesVincent Petry2014-11-271-0/+6
|\ \ \ \ \ \
| * | | | | | Cache results of available languagesLukas Reschke2014-11-271-0/+6
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #12451 from owncloud/issue/6101-remove-gettype-classVincent Petry2014-11-271-12/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Move constants from GET_TYPE to OC\Files so they can be autoloadedJoas Schilling2014-11-261-12/+9
| |/ / / /
* / / / / remove deprecated \OC:$sessionThomas Müller2014-11-261-17/+0
|/ / / /
* | | | Merge pull request #12411 from owncloud/unknown-command-windowsLukas Reschke2014-11-261-2/+2
|\ \ \ \
| * | | | Replace some more "command -v" calls with the Helper methodJoas Schilling2014-11-251-2/+2
* | | | | Merge pull request #12438 from owncloud/jenkins-no-new-session-ocs-apiMorris Jobke2014-11-261-16/+22
|\ \ \ \ \
| * | | | | because OC_User::login will create a new session we shall only try to login i...Thomas Müller2014-11-261-16/+22
* | | | | | Merge pull request #12350 from mprokop/link_expirationMorris Jobke2014-11-261-3/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Consolidate if statement, and update unit testMiguel Prokop2014-11-211-4/+2
| * | | | | fix calculation of expiration date if there is a default expiration date set ...Miguel Prokop2014-11-211-3/+8
* | | | | | Merge pull request #12421 from owncloud/issue/6101-remove-namespace-permissio...Morris Jobke2014-11-2613-55/+55
|\ \ \ \ \ \
| * | | | | | Replace deprecated constant with new class constantJoas Schilling2014-11-2513-55/+55
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #12420 from owncloud/sqlite-wal-2Morris Jobke2014-11-262-2/+12
|\ \ \ \ \ \
| * | | | | | adding new config parameter for sqlite to specify the journal modeThomas Müller2014-11-252-2/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #12416 from owncloud/app-info-xml-parser-2Thomas Müller2014-11-254-60/+100
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | handle invalid xml fileThomas Müller2014-11-251-7/+18
| * | | | | simplify xml parser codeThomas Müller2014-11-251-47/+28
| * | | | | Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller2014-11-254-60/+108
| |/ / / /
* / / / / The class name is Movie NOT MoviesOlivier Paroz2014-11-252-2/+2
|/ / / /
* | | | Merge pull request #12402 from owncloud/fix-phpdocMorris Jobke2014-11-251-25/+17
|\ \ \ \
| * | | | Fix PHPDoc and deprecated codeLukas Reschke2014-11-241-25/+17
| | |/ / | |/| |
* | | | Merge pull request #12380 from owncloud/remove-oc-migrateLukas Reschke2014-11-253-924/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove OC_MigrateLukas Reschke2014-11-243-924/+0
| |/ /
* | | Merge pull request #12294 from owncloud/route-postfixThomas Müller2014-11-241-1/+7
|\ \ \
| * | | add postfixBernhard Posselt2014-11-191-1/+7
* | | | Merge pull request #12303 from owncloud/windows-unknown-command-commandMorris Jobke2014-11-242-19/+20
|\ \ \ \
| * | | | Simplify the binary finding code in the movie preview classJoas Schilling2014-11-201-11/+3
| * | | | Deduplicate function by moving it to the OC_HelperJoas Schilling2014-11-202-10/+19
| | |_|/ | |/| |
* | | | Merge pull request #12142 from owncloud/DeprecateOldIAPICallsMorris Jobke2014-11-241-0/+3
|\ \ \ \
| * | | | Deprecate older API wrappers and callsLukas Reschke2014-11-121-0/+3
* | | | | Merge pull request #12084 from owncloud/sharing_fix_shared_with_infoMorris Jobke2014-11-241-5/+10
|\ \ \ \ \