summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10622 from owncloud/recursive-delete-forbiddenLukas Reschke2014-09-177-17/+46
|\ | | | | Fix isDeletable
| * Fix mapping of relative pathsLukas Reschke2014-09-172-15/+31
| |
| * Also check if the file itself is updatableRobin Appelman2014-09-173-4/+4
| |
| * Check if a folder is deletable before we try to recursively delete itRobin Appelman2014-09-175-2/+11
| |
| * 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-173-1/+41
|\ \ | |/ |/| Add a method to get the absolute url for a route
| * Add unit testLukas Reschke2014-09-081-0/+19
| | | | | | | | This unit test is shitty but at least it works...
| * Add a method to get the absolute url for a routeJoas Schilling2014-09-082-1/+22
| | | | | | | | 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
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-1761-202/+170
| | |
* | | Merge pull request #10745 from owncloud/fix-10708-doctrineLukas Reschke2014-09-162-9/+35
|\ \ \ | | | | | | | | Use Doctrine Platform to generate SQL query for table truncation.
| * | | adding unit test to truncate the tableThomas Müller2014-09-162-1/+32
| | | |
| * | | Use Doctrine Platform to generate SQL query for table truncation.Andreas Fischer2014-08-291-8/+3
| | | |
* | | | Merge pull request #10902 from owncloud/fix-ellepsisLukas Reschke2014-09-162-0/+7
|\ \ \ \ | | | | | | | | | | Adding link to ellipsis and fixing styling
| * | | | Adding link to ellipsis and fixing stylingClark Tomlinson2014-09-162-0/+7
| | | | |
* | | | | Merge pull request #11009 from owncloud/tobiasKaminsky-routeLukas Reschke2014-09-164-2/+99
|\ \ \ \ \ | | | | | | | | | | | | REST API for thumbnails
| * | | | | Route for thumbnail generationtobiasKaminsky2014-09-164-2/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #10896 from owncloud/undo-nav-entryMorris Jobke2014-09-161-0/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add delete undo styles
| * | | | | | | add delete undo stylesBernhard Posselt2014-09-161-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use less right padding better styling, fix padding issues no special color for undo nav entry fix fallback width use class for button
* | | | | | | | Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-169-4/+527
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixed JS sort comparator to be consistent between JS and PHP
| * | | | | | | | Fixed sort algo for additional casesVincent Petry2014-08-114-3/+14
| | | | | | | | |
| * | | | | | | | Fixed file list sortingVincent Petry2014-08-119-4/+516
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #10680 from helmutschneider/aws-2.6.15Lukas Reschke2014-09-16264-9790/+5917
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update AWS sdk to 2.6.15
| * | | | | | | | | Fix failing AmazonS3::touch on updated aws sdkJohan Björk2014-09-031-1/+2
| | | | | | | | | |
| * | | | | | | | | Update AWS sdk to 2.6.15Johan Björk2014-09-03263-9789/+5915
| | | | | | | | | |
* | | | | | | | | | 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 #11108 from owncloud/add-proper-descrLukas Reschke2014-09-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Reword the description
| * | | | | | | | | | | Reword the descriptionLukas Reschke2014-09-161-1/+1
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | The old one was just horrible wrong.
* | | | | | | | | | | 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-081738-512781/+6129
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Refactor internal session to write directly to $_SESSIONcetra32014-08-301-7/+37
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #11055 from owncloud/replaceprodnameThomas Müller2014-09-161-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | replace ownCloud with placeholder
| * | | | | | | | | | | | replace ownCloud with placeholderVolkan Gezer2014-09-131-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | 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 #11081 from owncloud/trash_fix_expireLukas Reschke2014-09-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | also expire file if timestamp = limit, happens if trashbin_retention_obl...
| * | | | | | | | | | | | | also expire file if timestamp = limit, happens if ↵Bjoern Schiessle2014-09-151-1/+1
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trashbin_retention_obligation is set to zero
* | | | | | | | | | | | | Merge pull request #10663 from owncloud/files_trashbin_original_pathMorris Jobke2014-09-167-5/+79
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | Show original path information in trashbin and for shares
| * | | | | | | | | | | | patch tipsy in style.css - don't patch 3rdparty librariesMorris Jobke2014-09-162-1/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | Better tooltip handling of very long stringsRobin McCorkell2014-09-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Maximum tooltip length now 400px instead of 200px * Overflowing strings create ellipsis (...)
| * | | | | | | | | | | | Show original path information in trashbin and sharing viewsRobin McCorkell2014-09-117-5/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Path will only be shown if in subdirectory, not in root.
* | | | | | | | | | | | | Revert "improve logo flexibility to fix wide custom logo alignment, fix #9339"Vincent Petry2014-09-162-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 064e6951e1ef792422ff6cf24fce79c2320d4d5e. Reverting due to regression that breaks styles in error page, setup page and others. Fixes #10967
* | | | | | | | | | | | | 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
| | | | | | | | | | | | | |