summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Skip unavailable storages in scannerRobin Appelman2016-01-072-5/+13
|
* listen() requires a callable and not an arrayMorris Jobke2016-01-051-1/+3
| | | | | * fixes #21350 * fixes regression introduced with #20764
* Compute share permissions in the viewVincent Petry2015-12-091-3/+6
| | | | | The share permissions are now computed in the View/FileInfo instead of storing them directly/permanently on the storage
* Merge pull request #20489 from owncloud/backport-20487-8.1Vincent Petry2015-12-032-7/+23
|\ | | | | [8.1] Activity oracle sql error for favorites
| * Add a unit test that executes the queryJoas Schilling2015-11-181-0/+13
| |
| * Oracle can not return statements but only valuesJoas Schilling2015-11-132-7/+10
| | | | | | | | So evaluate the condition directly and return 1 or 0
* | Dont output paths in scan.phpRobin Appelman2015-11-261-8/+0
|/
* Check for maintenance mode first so we send the 503 instead of login ↵Joas Schilling2015-09-161-1/+1
| | | | verification
* allow ".." in folder namesIndividual IT Services2015-09-141-1/+1
| | | | backport of #19006 fix for #18987
* Show strage full warning for shared storages temporaryMorris Jobke2015-08-131-3/+2
| | | | | | | * removed the setDefault call because then it will always be reshown * was added with ba475d486258c0b7ea86cd766814053df6c69170 * fixes #18208
* Make sure to hide empty content message when mask is shownVincent Petry2015-08-131-0/+1
|
* Correctly make use of the languageCode argument in the files activity extensionJoas Schilling2015-08-102-10/+54
|
* adujust version to the stable8.1 branchBjoern Schiessle2015-07-271-2/+2
|
* add condition to update queryBjoern Schiessle2015-07-271-1/+1
|
* Add an update script to reset the valueJoas Schilling2015-07-272-1/+97
| | | | | | | | | | | | | | | | | | | | | | | In case encryption was not enabled, we accidently set encrypted = 1 for files inside mount points, since 8.1.0. This breaks opening the files in 8.1.1 because we fixed the code that checks if a file is encrypted. In order to fix the file, we need to reset the flag of the file. However, the flag might be set because the file is in fact encrypted because it was uploaded at a time where encryption was enabled. So we can only do this when: - Current version of ownCloud before the update is 8.1.0 or 8.2.0.(0-2) - Encryption is disabled - files_encryption is not known in the app config If the first two are not the case, we are save. However, if files_encryption values exist in the config, we might have a false negative here. Now if there is no file with unencrypted size greater 0, that means there are no files that are still encrypted with "files_encryption" encryption. So we can also safely reset the flag here. If this is not the case, we go with "better save then sorry" and don't change the flag but write a message to the ownCloud log file.
* Lock scanner to the given userRobin Appelman2015-07-161-4/+5
|
* 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