summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* WebDAV now throws 403 when deletion did not workVincent Petry2014-09-222-2/+9
| | | | | | | | Assume a permission issue whenever a file could not be deleted. This is because some storages are not able to return permissions, so a permission denied situation can only be triggered during direct deletion.
* Merge pull request #11158 from owncloud/fix_basic_authLukas Reschke2014-09-191-3/+7
|\ | | | | Move BasicAuth check to isLoggedIn
| * Move BasicAuth check to "isLoggedIn()"Lukas Reschke2014-09-181-3/+7
| | | | | | | | Ensures that Basic Auth works properly for APIs and removes the need for some even uglier lines of code.
* | Merge pull request #11119 from owncloud/removeOldUpgradeRoutinesVincent Petry2014-09-191-20/+0
|\ \ | | | | | | Remove old upgrade routines
| * | Remove old upgrade routinesLukas Reschke2014-09-161-20/+0
| | | | | | | | | | | | We do not support updates from 6 to 8 directly, therefore we can remove those upgrade routines.
* | | Merge pull request #11163 from owncloud/check-for-updates-between-major-versionsVincent Petry2014-09-191-1/+23
|\ \ \ | | | | | | | | Prevent updates between multiple major versions
| * | | Prevent updates between multiple major versionsLukas Reschke2014-09-181-1/+23
| | | | | | | | | | | | | | | | Ref https://github.com/owncloud/core/issues/11078
* | | | Merge pull request #10958 from owncloud/db-ilikeRobin Appelman2014-09-197-19/+73
|\ \ \ \ | |/ / / |/| | | Introduce cross-db ILIKE
| * | | Fix ILIKE without wildcards for oracleRobin Appelman2014-09-181-1/+1
| | | |
| * | | Use ILIKE in cache searchRobin Appelman2014-09-171-13/+1
| | | |
| * | | Implement ILIKE for sqliteRobin Appelman2014-09-171-1/+1
| | | |
| * | | Make sqlite LIKE case sensitive on defaultRobin Appelman2014-09-172-0/+45
| | | |
| * | | adding ILIKE to AdapterSQLSrvThomas Müller2014-09-161-0/+1
| | | |
| * | | Introduce cross-db ILIKERobin Appelman2014-09-164-6/+26
| | | |
* | | | Remove unused and overflowing functionLukas Reschke2014-09-181-19/+0
| |_|/ |/| | | | | | | | Resolves https://github.com/owncloud/core/issues/10991 failure 4
* | | Merge pull request #11143 from owncloud/improve-404Morris Jobke2014-09-181-1/+0
|\ \ \ | | | | | | | | Make 404 page easier to understand
| * | | Make 404 page easier to understandLukas Reschke2014-09-171-1/+0
| | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/11133
* | | | Error needs to push body-id for new guest layoutRemco Brenninkmeijer2014-09-171-0/+1
|/ / /
* | | Merge pull request #9554 from owncloud/fix_preview_orientationLukas Reschke2014-09-172-2/+1
|\ \ \ | | | | | | | | fix orientation in image-backend, not in preview system itself
| * | | fix orientation in image-backend, not in preview system itselfGeorg Ehrke2014-07-092-2/+1
| | | |
* | | | Merge pull request #10622 from owncloud/recursive-delete-forbiddenLukas Reschke2014-09-174-15/+41
|\ \ \ \ | | | | | | | | | | Fix isDeletable
| * | | | Fix mapping of relative pathsLukas Reschke2014-09-172-15/+31
| | | | |
| * | | | Also check if the file itself is updatableRobin Appelman2014-09-171-2/+2
| | | | |
| * | | | Check if a folder is deletable before we try to recursively delete itRobin Appelman2014-09-172-0/+6
| | | | |
| * | | | Check if the parent is writable to check if a file is deletableRobin Appelman2014-09-171-1/+5
| | | | |
* | | | | Merge pull request #10932 from owncloud/issue/10926Morris Jobke2014-09-171-1/+14
|\ \ \ \ \ | |/ / / / |/| | | | Add a method to get the absolute url for a route
| * | | | Add a method to get the absolute url for a routeJoas Schilling2014-09-081-1/+14
| | | | | | | | | | | | | | | | | | | | Fix #10926
* | | | | Merge pull request #11092 from owncloud/conceal_sabredav_versionLukas Reschke2014-09-171-0/+8
|\ \ \ \ \ | | | | | | | | | | | | Conceal or display SabreDAV version number.
| * | | | | Conceal or display SabreDAV version number in browser and http response headers.scolebrook2014-09-161-0/+8
| | | | | |
* | | | | | Merge pull request #11009 from owncloud/tobiasKaminsky-routeLukas Reschke2014-09-161-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | REST API for thumbnails
| * | | | | | Route for thumbnail generationtobiasKaminsky2014-09-161-0/+6
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thumbnail generation Removed Log Added requested changes Added requested changes. - Fix code style - Add exception if file does not exist - Switch route styling Replaces https://github.com/owncloud/core/pull/10805 Fix codestyle Fix codestyle Migrate to appframework Fix typo
* | | | | | Merge pull request #11102 from owncloud/visit1985-issue_108Lukas Reschke2014-09-161-24/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | mysql setup: if dbuser exists try a different one (owncloud/core#108)
| * | | | | | simplify mysql user creation flowMichael Göhler2014-09-161-24/+38
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if dbuser exists try a different one, owncloud/core#108 changed outdated comment corrected length calculation changed indentation for else clauses
* | | | | | Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-161-0/+117
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Fixed JS sort comparator to be consistent between JS and PHP
| * | | | | Fixed sort algo for additional casesVincent Petry2014-08-111-1/+2
| | | | | |
| * | | | | Fixed file list sortingVincent Petry2014-08-111-0/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now using a natural sort algorithm that is more consistent between JS and PHP (although not perfect in some corner cases) - added OC.Util.naturalSortComparator that uses the same algo that was used for the user list - changed user list and files list to use OC.Util.naturalSortComparator - removed toLowerCase() and changed the comparator to use String.localeCompare() - added unit tests - added OC_NaturalSort that is used by OCP\Util::naturalSortCompare()
* | | | | | Merge pull request #11082 from owncloud/deduplicateDependencyCheckThomas Müller2014-09-161-70/+42
|\ \ \ \ \ \ | | | | | | | | | | | | | | Deduplicate dependency checks
| * | | | | | Deduplicate dependency checksLukas Reschke2014-09-161-70/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some code that I also used for https://github.com/owncloud/administration/pull/11
* | | | | | | Merge pull request #10754 from cetra3/masterLukas Reschke2014-09-161-7/+37
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Refactor internal session handler to write directly to $_SESSION
| * | | | | | Merge branch 'master' of https://github.com/owncloud/corecetra32014-09-0838-303/+912
| |\ \ \ \ \ \
| * | | | | | | Refactor internal session to write directly to $_SESSIONcetra32014-08-301-7/+37
| | | | | | | |
* | | | | | | | Merge pull request #11084 from owncloud/no-migration-for-mssql-masterLukas Reschke2014-09-162-0/+26
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Disable database migrations for MSSQL - scripts have to be applied manua...
| * | | | | | | Disable database migrations for MSSQL - scripts have to be applied manuallyThomas Müller2014-09-152-0/+26
| | | | | | | |
* | | | | | | | Merge pull request #11090 from owncloud/fix-undefined-class-and-phpdocMorris Jobke2014-09-161-16/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix unexisting class and PHPDoc
| * | | | | | | | Fix unexisting class and PHPDocLukas Reschke2014-09-151-16/+8
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | You can't add int here as hint...
* | | | | | | | Merge pull request #10639 from owncloud/fix_naming_schema_preview_with_aspectMorris Jobke2014-09-161-7/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add y to with-aspect naming schema
| * | | | | | | | add phpdocGeorg Ehrke2014-09-151-0/+4
| | | | | | | | |
| * | | | | | | | add y to with-aspect naming schemaGeorg Ehrke2014-09-151-7/+13
| |/ / / / / / /
* | | | | | | | Merge pull request #10362 from owncloud/preserve_transparency_on_fileloadMorris Jobke2014-09-161-0/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Preserve transparency when loading from a file
| * | | | | | | | Preserve transparency when loading from a filekondou2014-09-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #7148 - again :)