summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-12388-498/+605
|
* Merge pull request #21628 from owncloud/deprecated_secure_random_funcionsThomas Müller2016-01-1211-15/+15
|\ | | | | Replace deprecated function calls to SecureRandom
| * getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-117-9/+9
| |
| * getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-115-6/+6
| |
* | Merge pull request #21624 from owncloud/l10n_deprecated_functionThomas Müller2016-01-121-11/+0
|\ \ | |/ |/| Remove unused deprecated function from l10n.php
| * Remove unused deprecated functionRoeland Jago Douma2016-01-111-11/+0
| |
* | Revert "Remove unneeded check if htaccess test file already exists"Lukas Reschke2016-01-111-0/+4
|/
* Merge pull request #21586 from owncloud/fix-no-minimum-versionThomas Müller2016-01-111-0/+5
|\ | | | | Assume apps from the appstore are compatible with the current version
| * Assume apps from the appstore are compatible with the current versionLukas Reschke2016-01-101-0/+5
| | | | | | | | | | | | Filtering is done server-side already so only compatible apps are delivered. Otherwise this leads to a ton of error messages as the info.xml cannot be read at that state. Fixes https://github.com/owncloud/core/issues/21556
* | Remove generateRandomBytes from OC_UtilRoeland Jago Douma2016-01-103-14/+2
|/
* Use proper class nameLukas Reschke2016-01-091-1/+1
| | | | This has never worked before. Introduced with https://github.com/owncloud/core/pull/18658
* Just query the securerandom from the containerRoeland Jago Douma2016-01-091-1/+1
|
* Properly close db cursorsRoeland Jago Douma2016-01-081-3/+6
|
* Make sure to respect deleted group shares by userRoeland Jago Douma2016-01-081-1/+3
|
* Moved to the query builderRoeland Jago Douma2016-01-081-17/+56
| | | | Anything to keep Lukas happy
* Make sure that permissions stay in sync for share_type 2Roeland Jago Douma2016-01-081-44/+73
| | | | | | | | | | When a file/folder is shared with a group and one of the group members moves this file/folder an extra entry is created in the share table. When the permission of the group share is updated we used to only sometimes update the shares for individual users. * Added intergration tests
* Merge pull request #21447 from owncloud/leave-disabled-apps-offThomas Müller2016-01-081-2/+3
|\ | | | | Only enable apps that are not intentionally disabled
| * Only enable apps that are not intentionally disabledJoas Schilling2016-01-041-2/+3
| |
* | Merge pull request #21494 from owncloud/underscores-in-class-namesThomas Müller2016-01-084-38/+41
|\ \ | | | | | | Remove underscores from class names - part 1
| * | OC_TemplateLayout -> OC\TemplateLayoutMorris Jobke2016-01-072-32/+27
| | |
| * | OC_DB_MDB2SchemaManager -> OC\DB\MDB2SchemaManagerMorris Jobke2016-01-072-6/+14
| | |
* | | Merge pull request #21286 from ↵Thomas Müller2016-01-081-0/+10
|\ \ \ | | | | | | | | | | | | | | | | owncloud/use-owncloud-mail-when-sending-caldav-schedule-mails Adding IMip scheduling which uses ownClouds mail delivery
| * | | Adding IMip scheduling which uses ownClouds mail deliveryThomas Müller2016-01-081-0/+10
| | | |
* | | | Merge pull request #21479 from owncloud/fix-broken-state-in-htaccess-testThomas Müller2016-01-081-4/+0
|\ \ \ \ | | | | | | | | | | Remove unneeded check if htaccess test file already exists
| * | | | Remove unneeded check if htaccess test file already existsMorris Jobke2016-01-061-4/+0
| | | | | | | | | | | | | | | | | | | | * fixes #20199
* | | | | Merge pull request #21292 from owncloud/checkAppEnabled-not-needed-anymoreThomas Müller2016-01-081-14/+0
|\ \ \ \ \ | | | | | | | | | | | | core will handle invalid URLs and redirects properly
| * | | | | core will handle invalid URLs and redirects properlyMorris Jobke2015-12-181-14/+0
| | | | | |
* | | | | | Merge pull request #21139 from owncloud/makeswifturltypeconfigurableThomas Müller2016-01-081-2/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | make url type configurable
| * | | | | add isset for optional paramsJörn Friedrich Dreyer2016-01-041-2/+3
| | | | | |
| * | | | | make url type configurableJörn Friedrich Dreyer2015-12-111-1/+5
| | | | | |
* | | | | | Merge pull request #21032 from owncloud/router-error-handlingThomas Müller2016-01-081-64/+39
|\ \ \ \ \ \ | | | | | | | | | | | | | | Router error handling + Base.php
| * | | | | | Cleanup router codeLukas Reschke2016-01-071-64/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Some functions are entirely broken - PHPDoc etc...
* | | | | | | Merge pull request #21527 from owncloud/remove_all_avatarsThomas Müller2016-01-081-6/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Remove all cache avatars on avatar deletion
| * | | | | | Remove all cache avatars on avatar deletionRoeland Jago Douma2016-01-071-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #21513 Since we cache the generated avatars. We should also delete the generated sizes when we remove the avatar.
* | | | | | | Merge pull request #21498 from owncloud/cleanup-OC_DBThomas Müller2016-01-0710-87/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cleanup OC_DB methods
| * | | | | | | Remove OC_DB::getConnectionMorris Jobke2016-01-078-18/+12
| | | | | | | |
| * | | | | | | Remove OC_DB::insertidMorris Jobke2016-01-073-17/+2
| | | | | | | |
| * | | | | | | Remove beginTransaction, commit, rollback from OC_DBMorris Jobke2016-01-072-24/+3
| | | | | | | |
| * | | | | | | Remove OC_DB::isErrorMorris Jobke2016-01-073-20/+7
| | | | | | | |
| * | | | | | | Remove OC_DB::dropTableMorris Jobke2016-01-071-9/+0
| | | | | | | |
* | | | | | | | Merge pull request #21506 from ↵Thomas Müller2016-01-071-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-20218-min-max-owncloud-version-warning Issue 20218 min max owncloud version warning
| * | | | | | | | Add a warning to the app:check-code if the version is missingJoas Schilling2016-01-071-0/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #21502 from owncloud/di_mimetypedetectorThomas Müller2016-01-071-0/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Add 'OCP\Files\IMimeTypeDetector' to DI container
| * | | | | | | Add 'OCP\Files\IMimeTypeDetector' to DI containerRoeland Jago Douma2016-01-071-0/+4
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * Added test to server container as well
* | | | | | | Merge pull request #21505 from owncloud/allow-downgrades-for-brave-developersThomas Müller2016-01-072-1/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow downgrades for our brave developers, that switch between branches
| * | | | | | | Allow downgrades for our brave developers, that switch between branchesJoas Schilling2016-01-072-1/+15
| |/ / / / / /
* | | | | | | Merge pull request #20773 from owncloud/share2.0_createThomas Müller2016-01-075-27/+677
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | [Sharing 2.0] create share
| * | | | | | [Sharing 2.0] Some error cases report 404 instead of 403Roeland Jago Douma2016-01-061-2/+5
| | | | | | |
| * | | | | | [Sharing 2.0] Add L10N instance to manager for translated errorsRoeland Jago Douma2016-01-061-7/+18
| | | | | | |
| * | | | | | [Share 2.0] Make the share manager ready for share creationRoeland Jago Douma2016-01-061-9/+511
| | | | | | |