Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16579 from owncloud/stable8-cors-no-cookie-auth | Thomas Müller | 2015-06-22 | 1 | -2/+0 |
|\ | | | | | Disallow cookie auth for cors requests stable8 | ||||
| * | disallow cookie auth for cors requests | Bernhard Posselt | 2015-05-27 | 1 | -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 exists | Lukas Reschke | 2015-06-18 | 1 | -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 scrollbar | Jan-Christoph Borchardt | 2015-06-04 | 1 | -1/+6 |
| | | |||||
* | | Ensure that passed argument is always a string | Lukas Reschke | 2015-06-01 | 1 | -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 category | Morris Jobke | 2015-05-20 | 1 | -1/+1 |
|/ | | | | | * fixes #16394 * return false - stops all following event callbacks | ||||
* | Merge pull request #15401 from owncloud/response-setContentLengthHeader-stable8 | Morris Jobke | 2015-05-20 | 1 | -1/+1 |
|\ | | | | | [stable8] Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | ||||
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-04-04 | 1 | -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-15489 | Jörn Friedrich Dreyer | 2015-05-13 | 1 | -1/+1 |
|\ \ | | | | | | | Stable8 backport 15489 | ||||
| * | | fix unit tests | Morris Jobke | 2015-04-22 | 1 | -1/+1 |
| | | | |||||
* | | | fix filepicker | Morris Jobke | 2015-04-14 | 2 | -4/+27 |
|/ / | | | | | | | | | | | * add ability to filter for mimetype * fixes #15526 * fixes #11563 | ||||
* / | Remove server timezone dependency from files list test | Joas Schilling | 2015-04-07 | 1 | -4/+4 |
|/ | |||||
* | fix issue with previews not being displayed if filename contains apostrophe | Georg Ehrke | 2015-02-25 | 1 | -2/+2 |
| | |||||
* | Check if the offset exists before accessing | Lukas Reschke | 2015-02-17 | 2 | -1/+248 |
| | | | | Minified backport of https://github.com/owncloud/core/pull/14278 | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 4 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 4 | -10/+44 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-05 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 2 | -4/+22 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-03 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-31 | 6 | -40/+40 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-30 | 4 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-28 | 2 | -6/+6 |
| | |||||
* | Remove duplicated definition of APIController | Joas Schilling | 2015-01-26 | 1 | -12/+0 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-25 | 4 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-24 | 2 | -2/+2 |
| | |||||
* | Ignore favorites that are not available when creating the favorites list | Joas Schilling | 2015-01-23 | 2 | -3/+19 |
| | | | | Also correctly return the exception for all cases when adding/removing favos | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-21 | 2 | -4/+22 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-20 | 4 | -4/+32 |
| | |||||
* | Remove stripslashes() from newfolder.php | Lukas Reschke | 2015-01-19 | 1 | -2/+1 |
| | |||||
* | Merge pull request #13276 from Sugaroverdose/fix_#11348 | Morris Jobke | 2015-01-18 | 2 | -4/+18 |
|\ | | | | | fix safari rename button positioning #11348 | ||||
| * | Add ie8 text-overflow: ellipsis support | Sugaroverdose | 2015-01-17 | 1 | -0/+11 |
| | | | | | | | | minimum browser window width ≈ 1280px | ||||
| * | use some magic to make 'popular browsers' work | Sugaroverdose | 2015-01-16 | 1 | -0/+2 |
| | | | | | | | | as expected with inline-block span | ||||
| * | fix_#11348 Safari rename button positioning | Sergei Shuykov | 2015-01-16 | 2 | -5/+6 |
| | | |||||
* | | Merge pull request #13433 from owncloud/favoritesl10n | Lukas Reschke | 2015-01-18 | 2 | -2/+2 |
|\ \ | | | | | | | fix unlocalized favorites browser title and alttext | ||||
| * | | fix unlocalized favorites browser title and alttext | Volkan Gezer | 2015-01-17 | 2 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-18 | 4 | -4/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-17 | 2 | -4/+52 |
| | | |||||
* | | Fixes shifted rename field | Morris Jobke | 2015-01-16 | 1 | -1/+1 |
| | | |||||
* | | Disallow ctrl click to select when selection not allowed | Vincent Petry | 2015-01-15 | 2 | -1/+31 |
| | | |||||
* | | Auto-blur when clicking on file to download | Vincent Petry | 2015-01-15 | 1 | -0/+2 |
| | | |||||
* | | Fixed thumbnal z-index for when no checkbox is there | Vincent Petry | 2015-01-15 | 1 | -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_#13322 | Thomas Müller | 2015-01-15 | 1 | -0/+1 |
|\ \ | | | | | | | Force browser to redraw favorite icon on src change | ||||
| * | | Force browser to redraw favorite icon | Sugaroverdose | 2015-01-15 | 1 | -0/+1 |
| |/ | | | | | | | on src change | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-15 | 2 | -4/+22 |
| | | |||||
* | | Merge pull request #13350 from owncloud/autoload-translations | Morris Jobke | 2015-01-14 | 1 | -1/+0 |
|\ \ | | | | | | | Autoload app's js translations | ||||
| * | | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 1 | -1/+0 |
| | | | |||||
* | | | Check for existence of $_GET keys | Lukas Reschke | 2015-01-14 | 1 | -2/+2 |
|/ / | | | | | | | `$dir` may for example very well not get passed at well. | ||||
* | | Merge pull request #13325 from owncloud/kill-strip-slashes | Morris Jobke | 2015-01-14 | 5 | -9/+8 |
|\ \ | | | | | | | Get rid of `stripslashes()` | ||||
| * | | Get rid of `stripslashes()` | Lukas Reschke | 2015-01-13 | 5 | -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 transifex | Jenkins for ownCloud | 2015-01-14 | 8 | -12/+190 |
| | | |