summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-092-2/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-042-8/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-036-0/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-0210-0/+34
|
* Fixing ctor calls and ctor itself to not break usage in calendar and ↵Thomas Müller2015-06-291-1/+1
| | | | contacts .....
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-2926-2/+32
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-286-0/+10
|
* Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-2714-15/+22
|\ | | | | Update license headers
| * update license headers and authorsMorris Jobke2015-06-2514-15/+22
| |
* | Merge pull request #17199 from ↵Lukas Reschke2015-06-272-0/+19
|\ \ | | | | | | | | | | | | owncloud/feature/show-error-when-shareservice-dies add check if server returns a 500 and display error
| * | add check if server returns a 500 and display errorClark Tomlinson2015-06-262-0/+19
| | | | | | | | | | | | resolves https://github.com/owncloud/core/issues/17170
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-272-0/+2
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2015-06-266-0/+12
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-2518-0/+22
|
* Merge pull request #17048 from owncloud/hotfix/fix-firewall-blocking-dir-messageVincent Petry2015-06-232-0/+19
|\ | | | | adding correct blocking logic for ffw
| * adding correct blocking logic for fffClark Tomlinson2015-06-222-0/+19
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-232-2/+2
| |
* | Merge pull request #17068 from owncloud/fix_16878VicDeo2015-06-221-0/+2
|\ \ | | | | | | fix search for results only from subfolder
| * | remove whitespace on bottom when no search results, fix laylout, fix #16878Jan-Christoph Borchardt2015-06-221-2/+2
| | |
| * | add filter-empty class if no search result in current folderBjoern Schiessle2015-06-221-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-202-2/+8
| |/ |/|
* | 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.
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-184-0/+10
|
* Merge pull request #16893 from owncloud/fixSlideToggleMorris Jobke2015-06-171-1/+1
|\ | | | | Fix childs of slideToggle not sliding the target
| * remove unneeded span around Settings text, fixes cursorJan-Christoph Borchardt2015-06-171-1/+1
| |
* | Merge pull request #16885 from owncloud/files-previewurlresolutionroundingThomas Müller2015-06-151-1/+3
|\ \ | | | | | | Truncate preview resolution
| * | Truncate preview resolutionVincent Petry2015-06-111-1/+3
| | | | | | | | | | | | This prevents having float numbers appear in the URL
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-152-0/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-142-0/+4
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-112-0/+4
| |
* | Merge pull request #16810 from owncloud/disable-search-if-not-implementedThomas Müller2015-06-091-0/+1
|\ \ | |/ |/| Disable search field in case there is no search available to the curr…
| * Search results have to explicitly be added to the content area of the appThomas Müller2015-06-091-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-092-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-084-2/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-0720-18/+182
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-062-2/+2
|
* Add owner to the storage stats to enable better notificationsMorris Jobke2015-06-054-2/+22
| | | | | * getstoragestats.php returns now the owner and it's display name * show proper storage stats notifications for shared folders
* Merge pull request #16718 from owncloud/files-catchajaxexceptionsThomas Müller2015-06-054-21/+59
|\ | | | | Catch exceptions in files ajax calls
| * Catch exceptions in files ajax callsVincent Petry2015-06-034-21/+59
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-042-0/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-032-48/+202
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-024-0/+18
|
* Check target name on rename with web UIVincent Petry2015-05-292-24/+16
| | | | | | | | When renaming over the web UI, check early that the target name is valid. This prevents nonsensical error messages when renaming to a name with a trailing backslash.
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-284-58/+60
|
* Merge pull request #16532 from owncloud/cors-no-cookie-authVincent Petry2015-05-261-2/+0
|\ | | | | Disallow cookie auth for cors requests
| * disallow cookie auth for cors requestsBernhard Posselt2015-05-221-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testing ... fixes fix test add php doc fix small mistake add another phpdoc remove not working cors annotations from files app
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-262-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-244-0/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-222-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-212-0/+2
|