summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20189 from owncloud/use-get-http-protocolThomas Müller2015-11-023-6/+6
|\
| * Use getHttpProtocol instead of $_SERVERLukas Reschke2015-10-303-6/+6
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-012-0/+2
* | Add support for Redis password authLukas Reschke2015-10-301-0/+3
|/
* Add warning for broken l10n json filesMorris Jobke2015-10-301-0/+2
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-308-2/+50
* Merge pull request #20135 from owncloud/check-if-null-subadminThomas Müller2015-10-297-212/+57
|\
| * Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-297-212/+57
* | Merge pull request #20060 from owncloud/cache-move-final-update-transactionRobin Appelman2015-10-291-2/+6
|\ \
| * | include the final update in the transaction when moving a folder in the cacheRobin Appelman2015-10-291-2/+6
* | | Merge pull request #19592 from owncloud/availability-root-always-existsThomas Müller2015-10-291-0/+3
|\ \ \ | |/ / |/| |
| * | The root of a storage always existsRobin Appelman2015-10-291-0/+3
| |/
* | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrenameThomas Müller2015-10-292-1/+23
|\ \
| * | Also adjust storage_mtime of target after renameVincent Petry2015-10-262-1/+23
* | | Merge pull request #11509 from owncloud/internal_email_templateThomas Müller2015-10-291-5/+5
|\ \ \
| * | | Allow separate templates for internal and external share notificationsStephen Colebrook2015-10-291-5/+5
| | |/ | |/|
* | | Add a repair step that checks for group membership on sharesJoas Schilling2015-10-292-0/+130
* | | Remove shares where the parent does not exist anymoreJoas Schilling2015-10-291-0/+32
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-294-0/+36
* | Merge pull request #19182 from cweiske/support-bzip2Thomas Müller2015-10-282-2/+2
|\ \
| * | Fix #19181: Support .bz2 app archivesChristian Weiske2015-10-202-2/+2
* | | Merge pull request #20102 from owncloud/fix_subadminThomas Müller2015-10-281-4/+19
|\ \ \
| * | | Make \OC\SubAdmin php-5.4 compatibleRoeland Jago Douma2015-10-281-4/+19
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-282-0/+4
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-272-0/+4
* | | Merge pull request #19837 from owncloud/always-enabled-appsThomas Müller2015-10-263-37/+64
|\ \ \
| * | | Fail hard if shipped.json is missingThomas Müller2015-10-261-9/+5
| * | | Don't show apps which are always enabled in the app managerThomas Müller2015-10-263-9/+20
| * | | Store list of apps which cannot be disabled in shipped.jsonThomas Müller2015-10-263-33/+53
* | | | Update license headersLukas Reschke2015-10-2642-35/+42
| |_|/ |/| |
* | | Merge pull request #20031 from owncloud/remove-dead-codeThomas Müller2015-10-261-8/+7
|\ \ \
| * | | Remove dead codeLukas Reschke2015-10-251-8/+7
| |/ /
* | | Merge pull request #19982 from owncloud/fix-link-sharing-regression-masterThomas Müller2015-10-262-11/+24
|\ \ \ | |/ / |/| |
| * | Fix for broken ajax/share.php endpointRoeland Jago Douma2015-10-232-11/+20
| * | Ensure the password is only hashed in case it's changed on the client - fixes...Thomas Müller2015-10-221-7/+11
* | | Throw exception on `getPath` if file does not existLukas Reschke2015-10-253-7/+17
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-252-26/+34
* | | Dont lock /$user/filesRobin Appelman2015-10-231-1/+1
* | | Expose syslog tag in the configurationVolker Fröhlich2015-10-221-1/+1
|/ /
* | Merge pull request #19890 from owncloud/db-keep-shared-locksThomas Müller2015-10-222-18/+107
|\ \
| * | add phpdocRobin Appelman2015-10-212-0/+13
| * | Keep shared locks until the end of the request so we can reuse themRobin Appelman2015-10-212-18/+94
* | | Use IRequest's `getScriptName` functionality instead of $_SERVER['SCRIPT_NAME']Lukas Reschke2015-10-211-1/+13
* | | Remove dependency on ICrypto + use XORLukas Reschke2015-10-213-21/+15
* | | Merge pull request #19918 from owncloud/send-begin-messageThomas Müller2015-10-211-0/+6
|\ \ \
| * | | Update: state which step we are going to start and warn if it might be slowJoas Schilling2015-10-211-0/+6
| |/ /
* | | Merge pull request #19927 from owncloud/install-shipped-apps-on-upgradeThomas Müller2015-10-211-0/+3
|\ \ \
| * | | Install new shipped apps on upgrade -fixes #19925Thomas Müller2015-10-211-0/+3
* | | | Legacy OC_SubAdmin is now just a wrapperRoeland Jago Douma2015-10-211-79/+57
* | | | New \OC\SubAdmin classRoeland Jago Douma2015-10-213-95/+369
|/ / /