summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20614 from owncloud/use-mocks-when-testing-isSharingDisab...Thomas Müller2015-11-205-12/+21
|\
| * Adjust PHPDoc as suggestedThomas Müller2015-11-202-2/+2
| * Fix failing unit test :skull:Thomas Müller2015-11-191-1/+1
| * Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-194-10/+19
* | Follow the interface againRoeland Jago Douma2015-11-191-0/+9
|/
* Handle non existing users as owner in the viewRobin Appelman2015-11-181-5/+20
* Merge pull request #20438 from owncloud/memcache-key-length-fixThomas Müller2015-11-181-8/+30
|\
| * Handle errors on memcached level - fixes #17397Thomas Müller2015-11-101-8/+30
* | Merge pull request #20540 from owncloud/fix-format-call-in-loggerThomas Müller2015-11-181-2/+5
|\ \
| * | fixes #20538Thomas Müller2015-11-161-2/+5
* | | Merge pull request #20494 from owncloud/storage-forbidden-exceptionThomas Müller2015-11-183-0/+9
|\ \ \
| * | | Allow storage wrappers to through a forbidden exception with retry informationJoas Schilling2015-11-173-0/+9
* | | | Merge pull request #20551 from owncloud/notification-fix-testsThomas Müller2015-11-182-1/+4
|\ \ \ \
| * | | | Add tests for the "return $this" and fix it on the new methodJoas Schilling2015-11-172-1/+4
| |/ / /
* | | | Merge pull request #20544 from owncloud/move-index-to-appframeworkThomas Müller2015-11-171-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Move index.php from files to AppFrameworkLukas Reschke2015-11-161-0/+4
| |/ /
* | | Merge pull request #20539 from owncloud/notification-api-adjustmentThomas Müller2015-11-174-72/+61
|\ \ \ | |/ / |/| |
| * | Remove the icon for nowJoas Schilling2015-11-164-72/+0
| * | Add "is primary action" to actionsJoas Schilling2015-11-163-0/+61
* | | Merge pull request #20465 from owncloud/forms.cssThomas Müller2015-11-161-0/+1
|\ \ \
| * | | move form styles from styles.css to inputs.cssHendrik Leppelsack2015-11-131-0/+1
| | |/ | |/|
* | | [Share2.0] OCS Share API getShare uses new codeRoeland Jago Douma2015-11-163-17/+70
| |/ |/|
* | Merge pull request #20472 from owncloud/switch-ch-log_with_ms_precisionThomas Müller2015-11-121-1/+1
|\ \
| * | enable microseconds in log timestampsChristian Schnidrig2015-11-121-1/+1
* | | Merge pull request #17920 from andyboeh/masterThomas Müller2015-11-121-0/+1
|\ \ \ | |/ / |/| |
| * | Add hook 'pre_displayLoginPage'Andreas Böhler2015-07-281-8/+1
| * | Add possibility for alternative logins to force redirection of login pageAndreas Böhler2015-07-281-0/+8
* | | Merge pull request #20461 from owncloud/assetpipeline-on-upgradeThomas Müller2015-11-121-0/+11
|\ \ \ | |_|/ |/| |
| * | Do not use the asset pipeline when doing updatesJoas Schilling2015-11-111-0/+11
* | | Add getOwner to FileInfoRobin Appelman2015-11-103-7/+36
* | | Merge pull request #20373 from owncloud/use-random-int-if-it-existsThomas Müller2015-11-101-3/+16
|\ \ \ | |/ / |/| |
| * | Use native CSPRNG if availableLukas Reschke2015-11-091-3/+16
* | | Merge pull request #16604 from owncloud/cache-escape-likeRobin Appelman2015-11-105-62/+92
|\ \ \
| * | | escape like parameter for move queriesRobin Appelman2015-11-051-1/+1
| * | | Add escapeLikeParameter to IDBConnectionRobin Appelman2015-11-052-0/+19
| * | | define escape character for like statements on oracleRobin Appelman2015-11-051-0/+1
| * | | define escape character for like statements on sqliteRobin Appelman2015-11-051-0/+1
| * | | move from OC_DB to IDBConnectionRobin Appelman2015-11-051-62/+71
* | | | Merge pull request #20390 from owncloud/appcheckcode-no-duplicate-requirementThomas Müller2015-11-101-0/+15
|\ \ \ \
| * | | | Do not allow two different version requirementsJoas Schilling2015-11-091-0/+15
| | |/ / | |/| |
* / | | Fix Error message when sharing outside of groupRoeland Jago Douma2015-11-091-2/+2
|/ / /
* | | Merge pull request #20348 from owncloud/issue-20303-integer-group-namesThomas Müller2015-11-061-1/+3
|\ \ \
| * | | Make sure that group names are strings not integersJoas Schilling2015-11-061-1/+3
* | | | Merge pull request #20288 from owncloud/fix_20234Thomas Müller2015-11-061-1/+13
|\ \ \ \ | |/ / / |/| | |
| * | | make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-041-1/+13
* | | | Add unshare hooksRoeland Jago Douma2015-11-053-2/+59
* | | | The new sharing code now handles deletionRoeland Jago Douma2015-11-057-103/+532
* | | | Initial setup of shareing 2.0 sharemanager and shareRoeland Jago Douma2015-11-053-0/+623
* | | | subadmin methods should not return any null user or groupArthur Schiwon2015-11-051-6/+16
| |/ / |/| |
* | | Merge pull request #20053 from owncloud/getfileinfo-lockingThomas Müller2015-11-042-39/+62
|\ \ \