summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Move \OC\Updater to PSR-4Roeland Jago Douma2016-04-251-0/+0
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #24230 from owncloud/you-form-of-activitiesLukas Reschke2016-04-251-0/+35
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Translate the current user with "You ..."Joas Schilling2016-04-251-0/+35
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #24214 from owncloud/fix-ldap-connection-unbind-on-loginVincent Petry2016-04-252-11/+3
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | on clone Connection, do not take over the existing LDAP resourceArthur Schiwon2016-04-222-11/+3
* | | | | | | | | | Merge pull request #24073 from owncloud/move_federated_sharing_settings_to_appBjörn Schießle2016-04-2531-53/+263
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-2231-53/+263
* | | | | | | | | | Merge pull request #24226 from owncloud/files_psr4Thomas Müller2016-04-2565-0/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move \OC\Files to PSR-4Roeland Jago Douma2016-04-2465-0/+0
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* / | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-2510-4/+10
|/ / / / / / / / /
* | | | | | | | | Merge pull request #24213 from owncloud/systemtag_psr4Lukas Reschke2016-04-244-0/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move \OC\SystemTag to PSR-4Roeland Jago Douma2016-04-224-0/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-2454-90/+268
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-2324-48/+136
|/ / / / / / / /
* | | | | | | | Merge pull request #24177 from owncloud/deprecate-update.phpThomas Müller2016-04-221-0/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Deprecate appinfo/update.php - RepairSteps within info.xml are to be usedThomas Müller2016-04-221-0/+18
* | | | | | | | | Merge pull request #24210 from owncloud/because-some-people-do-not-thinkThomas Müller2016-04-221-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add link to security pageLukas Reschke2016-04-221-0/+2
* | | | | | | | | | Merge pull request #24209 from owncloud/encryption_psr4Thomas Müller2016-04-2216-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Move \OC\Encryption to PSR-4Roeland Jago Douma2016-04-2216-0/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #24187 from owncloud/fs-initmountpoint-rethrowifusernotfou...Thomas Müller2016-04-222-2/+24
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Mark $usersSetup only if user was found in initMountPointsVincent Petry2016-04-222-2/+24
* | | | | | | | | Merge pull request #24200 from owncloud/appframework_psr4Thomas Müller2016-04-2228-27/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix inconsistent nameing of AppFrameworkRoeland Jago Douma2016-04-2210-22/+20
| * | | | | | | | | Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-2223-5/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #24201 from owncloud/no-web-updater-for-ldap-and-shibbolethThomas Müller2016-04-221-4/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Disable web updater if ldap or shibboleth are installed - refs https://github...Thomas Müller2016-04-221-4/+8
|/ / / / / / / / /
* | | | | | | | | Merge pull request #24124 from owncloud/encryped-size-progationThomas Müller2016-04-224-15/+79
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | dont do optimized size propagation for encrypted filesRobin Appelman2016-04-212-1/+11
| * | | | | | | | Add unit tests for shared size propagation with encryptionRobin Appelman2016-04-212-14/+68
* | | | | | | | | Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-228-78/+136
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | always share with same default permissions, no special handling for remote sh...Björn Schießle2016-04-201-15/+11
| * | | | | | | | | if share-permissions exists we use this information as indicator to check if ...Björn Schießle2016-04-201-0/+3
| * | | | | | | | | ask for share-permissions on propfindBjörn Schießle2016-04-202-1/+18
| * | | | | | | | | return correct share permissions on propfindBjörn Schießle2016-04-183-40/+88
| * | | | | | | | | set correct permissions in shareinfoBjörn Schießle2016-04-181-3/+11
| * | | | | | | | | bring back CRUDS permissions for federated sharesBjoern Schiessle2016-04-182-19/+5
* | | | | | | | | | Merge pull request #24085 from owncloud/feedback-on-app-migrationsThomas Müller2016-04-229-57/+158
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Adding pre- and post-migration repair stepsThomas Müller2016-04-225-33/+128
| * | | | | | | | | Remove deprecated HTTPHelper from InfoParserThomas Müller2016-04-226-27/+33
* | | | | | | | | | Merge pull request #24166 from owncloud/drop-old-calendar-and-contacts-tablesThomas Müller2016-04-221-0/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Drop old calendar and contacts tables - fixes #21889Thomas Müller2016-04-221-0/+7
* | | | | | | | | | | Merge pull request #24191 from owncloud/setup_psr4Roeland Douma2016-04-225-0/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-225-0/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #24183 from owncloud/change-background-job-sort-orderThomas Müller2016-04-222-7/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Change the sort order of background jobs to be DESC instead of ASCJoas Schilling2016-04-222-7/+16
* | | | | | | | | | | | Merge pull request #24186 from owncloud/fs-initmountpoint-nulluserThomas Müller2016-04-222-0/+25
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Throw NoUserException when attempting to init mount point for null userVincent Petry2016-04-222-0/+25
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #24126 from owncloud/err-reload-delayLukas Reschke2016-04-222-4/+17
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add test for reload delayRobin McCorkell2016-04-201-3/+15