summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16579 from owncloud/stable8-cors-no-cookie-authThomas Müller2015-06-221-2/+0
|\ | | | | Disallow cookie auth for cors requests stable8
| * disallow cookie auth for cors requestsBernhard Posselt2015-05-271-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testing ... fixes fix test add php doc fix small mistake add another phpdoc remove not working cors annotations from files app
* | Verify if path existsLukas Reschke2015-06-181-0/+4
| | | | | | | | We need to check if the path exists and throw an error instead of handling this situation ungraciously.
* | adjust controls bar width to not overlay scrollbarJan-Christoph Borchardt2015-06-041-1/+6
| |
* | Ensure that passed argument is always a stringLukas Reschke2015-06-011-1/+1
| | | | | | | | | | | | Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well.
* | Closes "New" dropdown when switching categoryMorris Jobke2015-05-201-1/+1
|/ | | | | * fixes #16394 * return false - stops all following event callbacks
* Merge pull request #15401 from owncloud/response-setContentLengthHeader-stable8Morris Jobke2015-05-201-1/+1
|\ | | | | [stable8] Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.
| * Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | Do not send Content-Length headers with a value larger than PHP_INT_MAX (2147483647) on Apache PHP SAPI 32-bit. PHP will eat them and send 2147483647 instead. When X-Sendfile is enabled, Apache will send a correct Content-Length header, even for files larger than 2147483647 bytes. When X-Sendfile is not enabled, ownCloud will not send a Content-Length header. This prevents progress bars from working, but allows the actual transfer to work properly.
* | Merge pull request #15797 from owncloud/stable8-backport-15489Jörn Friedrich Dreyer2015-05-131-1/+1
|\ \ | | | | | | Stable8 backport 15489
| * | fix unit testsMorris Jobke2015-04-221-1/+1
| | |
* | | fix filepickerMorris Jobke2015-04-142-4/+27
|/ / | | | | | | | | | | * add ability to filter for mimetype * fixes #15526 * fixes #11563
* / Remove server timezone dependency from files list testJoas Schilling2015-04-071-4/+4
|/
* fix issue with previews not being displayed if filename contains apostropheGeorg Ehrke2015-02-251-2/+2
|
* Check if the offset exists before accessingLukas Reschke2015-02-172-1/+248
| | | | Minified backport of https://github.com/owncloud/core/pull/14278
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-10/+44
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-052-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-042-4/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-032-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-316-40/+40
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-304-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-282-6/+6
|
* Remove duplicated definition of APIControllerJoas Schilling2015-01-261-12/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-254-2/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-242-2/+2
|
* Ignore favorites that are not available when creating the favorites listJoas Schilling2015-01-232-3/+19
| | | | Also correctly return the exception for all cases when adding/removing favos
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-212-4/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-204-4/+32
|
* Remove stripslashes() from newfolder.phpLukas Reschke2015-01-191-2/+1
|
* Merge pull request #13276 from Sugaroverdose/fix_#11348Morris Jobke2015-01-182-4/+18
|\ | | | | fix safari rename button positioning #11348
| * Add ie8 text-overflow: ellipsis supportSugaroverdose2015-01-171-0/+11
| | | | | | | | minimum browser window width ≈ 1280px
| * use some magic to make 'popular browsers' workSugaroverdose2015-01-161-0/+2
| | | | | | | | as expected with inline-block span
| * fix_#11348 Safari rename button positioningSergei Shuykov2015-01-162-5/+6
| |
* | Merge pull request #13433 from owncloud/favoritesl10nLukas Reschke2015-01-182-2/+2
|\ \ | | | | | | fix unlocalized favorites browser title and alttext
| * | fix unlocalized favorites browser title and alttextVolkan Gezer2015-01-172-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-184-4/+4
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-172-4/+52
| |
* | Fixes shifted rename fieldMorris Jobke2015-01-161-1/+1
| |
* | Disallow ctrl click to select when selection not allowedVincent Petry2015-01-152-1/+31
| |
* | Auto-blur when clicking on file to downloadVincent Petry2015-01-151-0/+2
| |
* | Fixed thumbnal z-index for when no checkbox is thereVincent Petry2015-01-151-0/+2
| | | | | | | | | | | | In file lists with no selection checkbox, the CSS selector is different. The thumbnail also needs position:absolute and a z-index to be displayed above the row's grey highlight.
* | Merge pull request #13370 from Sugaroverdose/fix_#13322Thomas Müller2015-01-151-0/+1
|\ \ | | | | | | Force browser to redraw favorite icon on src change
| * | Force browser to redraw favorite iconSugaroverdose2015-01-151-0/+1
| |/ | | | | | | on src change
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-152-4/+22
| |
* | Merge pull request #13350 from owncloud/autoload-translationsMorris Jobke2015-01-141-1/+0
|\ \ | | | | | | Autoload app's js translations
| * | Remove unneeded addTranslations() callsVincent Petry2015-01-141-1/+0
| | |
* | | Check for existence of $_GET keysLukas Reschke2015-01-141-2/+2
|/ / | | | | | | `$dir` may for example very well not get passed at well.
* | Merge pull request #13325 from owncloud/kill-strip-slashesMorris Jobke2015-01-145-9/+8
|\ \ | | | | | | Get rid of `stripslashes()`
| * | Get rid of `stripslashes()`Lukas Reschke2015-01-135-9/+8
| | | | | | | | | | | | This conversions are actually totally unneeded and probably left-overs from ages where the safe_mode was still a valid thing.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-148-12/+190
| | |