Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WebDAV now throws 403 when deletion did not work | Vincent Petry | 2014-09-22 | 2 | -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_auth | Lukas Reschke | 2014-09-19 | 1 | -3/+7 |
|\ | | | | | Move BasicAuth check to isLoggedIn | ||||
| * | Move BasicAuth check to "isLoggedIn()" | Lukas Reschke | 2014-09-18 | 1 | -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/removeOldUpgradeRoutines | Vincent Petry | 2014-09-19 | 1 | -20/+0 |
|\ \ | | | | | | | Remove old upgrade routines | ||||
| * | | Remove old upgrade routines | Lukas Reschke | 2014-09-16 | 1 | -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-versions | Vincent Petry | 2014-09-19 | 1 | -1/+23 |
|\ \ \ | | | | | | | | | Prevent updates between multiple major versions | ||||
| * | | | Prevent updates between multiple major versions | Lukas Reschke | 2014-09-18 | 1 | -1/+23 |
| | | | | | | | | | | | | | | | | Ref https://github.com/owncloud/core/issues/11078 | ||||
* | | | | Merge pull request #10958 from owncloud/db-ilike | Robin Appelman | 2014-09-19 | 7 | -19/+73 |
|\ \ \ \ | |/ / / |/| | | | Introduce cross-db ILIKE | ||||
| * | | | Fix ILIKE without wildcards for oracle | Robin Appelman | 2014-09-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use ILIKE in cache search | Robin Appelman | 2014-09-17 | 1 | -13/+1 |
| | | | | |||||
| * | | | Implement ILIKE for sqlite | Robin Appelman | 2014-09-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Make sqlite LIKE case sensitive on default | Robin Appelman | 2014-09-17 | 2 | -0/+45 |
| | | | | |||||
| * | | | adding ILIKE to AdapterSQLSrv | Thomas Müller | 2014-09-16 | 1 | -0/+1 |
| | | | | |||||
| * | | | Introduce cross-db ILIKE | Robin Appelman | 2014-09-16 | 4 | -6/+26 |
| | | | | |||||
* | | | | Remove unused and overflowing function | Lukas Reschke | 2014-09-18 | 1 | -19/+0 |
| |_|/ |/| | | | | | | | | Resolves https://github.com/owncloud/core/issues/10991 failure 4 | ||||
* | | | Merge pull request #11143 from owncloud/improve-404 | Morris Jobke | 2014-09-18 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | Make 404 page easier to understand | ||||
| * | | | Make 404 page easier to understand | Lukas Reschke | 2014-09-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/11133 | ||||
* | | | | Error needs to push body-id for new guest layout | Remco Brenninkmeijer | 2014-09-17 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #9554 from owncloud/fix_preview_orientation | Lukas Reschke | 2014-09-17 | 2 | -2/+1 |
|\ \ \ | | | | | | | | | fix orientation in image-backend, not in preview system itself | ||||
| * | | | fix orientation in image-backend, not in preview system itself | Georg Ehrke | 2014-07-09 | 2 | -2/+1 |
| | | | | |||||
* | | | | Merge pull request #10622 from owncloud/recursive-delete-forbidden | Lukas Reschke | 2014-09-17 | 4 | -15/+41 |
|\ \ \ \ | | | | | | | | | | | Fix isDeletable | ||||
| * | | | | Fix mapping of relative paths | Lukas Reschke | 2014-09-17 | 2 | -15/+31 |
| | | | | | |||||
| * | | | | Also check if the file itself is updatable | Robin Appelman | 2014-09-17 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Check if a folder is deletable before we try to recursively delete it | Robin Appelman | 2014-09-17 | 2 | -0/+6 |
| | | | | | |||||
| * | | | | Check if the parent is writable to check if a file is deletable | Robin Appelman | 2014-09-17 | 1 | -1/+5 |
| | | | | | |||||
* | | | | | Merge pull request #10932 from owncloud/issue/10926 | Morris Jobke | 2014-09-17 | 1 | -1/+14 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add a method to get the absolute url for a route | ||||
| * | | | | Add a method to get the absolute url for a route | Joas Schilling | 2014-09-08 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | Fix #10926 | ||||
* | | | | | Merge pull request #11092 from owncloud/conceal_sabredav_version | Lukas Reschke | 2014-09-17 | 1 | -0/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Conceal or display SabreDAV version number. | ||||
| * | | | | | Conceal or display SabreDAV version number in browser and http response headers. | scolebrook | 2014-09-16 | 1 | -0/+8 |
| | | | | | | |||||
* | | | | | | Merge pull request #11009 from owncloud/tobiasKaminsky-route | Lukas Reschke | 2014-09-16 | 1 | -0/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | REST API for thumbnails | ||||
| * | | | | | | Route for thumbnail generation | tobiasKaminsky | 2014-09-16 | 1 | -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_108 | Lukas Reschke | 2014-09-16 | 1 | -24/+38 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | mysql setup: if dbuser exists try a different one (owncloud/core#108) | ||||
| * | | | | | | simplify mysql user creation flow | Michael Göhler | 2014-09-16 | 1 | -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-sortalgo | Lukas Reschke | 2014-09-16 | 1 | -0/+117 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Fixed JS sort comparator to be consistent between JS and PHP | ||||
| * | | | | | Fixed sort algo for additional cases | Vincent Petry | 2014-08-11 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Fixed file list sorting | Vincent Petry | 2014-08-11 | 1 | -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/deduplicateDependencyCheck | Thomas Müller | 2014-09-16 | 1 | -70/+42 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Deduplicate dependency checks | ||||
| * | | | | | | Deduplicate dependency checks | Lukas Reschke | 2014-09-16 | 1 | -70/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some code that I also used for https://github.com/owncloud/administration/pull/11 | ||||
* | | | | | | | Merge pull request #10754 from cetra3/master | Lukas Reschke | 2014-09-16 | 1 | -7/+37 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Refactor internal session handler to write directly to $_SESSION | ||||
| * | | | | | | Merge branch 'master' of https://github.com/owncloud/core | cetra3 | 2014-09-08 | 38 | -303/+912 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Refactor internal session to write directly to $_SESSION | cetra3 | 2014-08-30 | 1 | -7/+37 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #11084 from owncloud/no-migration-for-mssql-master | Lukas Reschke | 2014-09-16 | 2 | -0/+26 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | Disable database migrations for MSSQL - scripts have to be applied manua... | ||||
| * | | | | | | | Disable database migrations for MSSQL - scripts have to be applied manually | Thomas Müller | 2014-09-15 | 2 | -0/+26 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #11090 from owncloud/fix-undefined-class-and-phpdoc | Morris Jobke | 2014-09-16 | 1 | -16/+8 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix unexisting class and PHPDoc | ||||
| * | | | | | | | | Fix unexisting class and PHPDoc | Lukas Reschke | 2014-09-15 | 1 | -16/+8 |
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | You can't add int here as hint... | ||||
* | | | | | | | | Merge pull request #10639 from owncloud/fix_naming_schema_preview_with_aspect | Morris Jobke | 2014-09-16 | 1 | -7/+17 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | add y to with-aspect naming schema | ||||
| * | | | | | | | | add phpdoc | Georg Ehrke | 2014-09-15 | 1 | -0/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | add y to with-aspect naming schema | Georg Ehrke | 2014-09-15 | 1 | -7/+13 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #10362 from owncloud/preserve_transparency_on_fileload | Morris Jobke | 2014-09-16 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Preserve transparency when loading from a file | ||||
| * | | | | | | | | Preserve transparency when loading from a file | kondou | 2014-09-10 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #7148 - again :) |