Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip unavailable storages in scanner | Robin Appelman | 2016-01-07 | 2 | -5/+13 |
| | |||||
* | listen() requires a callable and not an array | Morris Jobke | 2016-01-05 | 1 | -1/+3 |
| | | | | | * fixes #21350 * fixes regression introduced with #20764 | ||||
* | Compute share permissions in the view | Vincent Petry | 2015-12-09 | 1 | -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.1 | Vincent Petry | 2015-12-03 | 2 | -7/+23 |
|\ | | | | | [8.1] Activity oracle sql error for favorites | ||||
| * | Add a unit test that executes the query | Joas Schilling | 2015-11-18 | 1 | -0/+13 |
| | | |||||
| * | Oracle can not return statements but only values | Joas Schilling | 2015-11-13 | 2 | -7/+10 |
| | | | | | | | | So evaluate the condition directly and return 1 or 0 | ||||
* | | Dont output paths in scan.php | Robin Appelman | 2015-11-26 | 1 | -8/+0 |
|/ | |||||
* | Check for maintenance mode first so we send the 503 instead of login ↵ | Joas Schilling | 2015-09-16 | 1 | -1/+1 |
| | | | | verification | ||||
* | allow ".." in folder names | Individual IT Services | 2015-09-14 | 1 | -1/+1 |
| | | | | backport of #19006 fix for #18987 | ||||
* | Show strage full warning for shared storages temporary | Morris Jobke | 2015-08-13 | 1 | -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 shown | Vincent Petry | 2015-08-13 | 1 | -0/+1 |
| | |||||
* | Correctly make use of the languageCode argument in the files activity extension | Joas Schilling | 2015-08-10 | 2 | -10/+54 |
| | |||||
* | adujust version to the stable8.1 branch | Bjoern Schiessle | 2015-07-27 | 1 | -2/+2 |
| | |||||
* | add condition to update query | Bjoern Schiessle | 2015-07-27 | 1 | -1/+1 |
| | |||||
* | Add an update script to reset the value | Joas Schilling | 2015-07-27 | 2 | -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 user | Robin Appelman | 2015-07-16 | 1 | -4/+5 |
| | |||||
* | Fixing ctor calls and ctor itself to not break usage in calendar and ↵ | Thomas Müller | 2015-06-29 | 1 | -1/+1 |
| | | | | contacts ..... | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-29 | 26 | -2/+32 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-28 | 6 | -0/+10 |
| | |||||
* | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 14 | -15/+22 |
|\ | | | | | Update license headers | ||||
| * | update license headers and authors | Morris Jobke | 2015-06-25 | 14 | -15/+22 |
| | | |||||
* | | Merge pull request #17199 from ↵ | Lukas Reschke | 2015-06-27 | 2 | -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 error | Clark Tomlinson | 2015-06-26 | 2 | -0/+19 |
| | | | | | | | | | | | | resolves https://github.com/owncloud/core/issues/17170 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-27 | 2 | -0/+2 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-26 | 6 | -0/+12 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-25 | 18 | -0/+22 |
| | |||||
* | Merge pull request #17048 from owncloud/hotfix/fix-firewall-blocking-dir-message | Vincent Petry | 2015-06-23 | 2 | -0/+19 |
|\ | | | | | adding correct blocking logic for ffw | ||||
| * | adding correct blocking logic for fff | Clark Tomlinson | 2015-06-22 | 2 | -0/+19 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-23 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #17068 from owncloud/fix_16878 | VicDeo | 2015-06-22 | 1 | -0/+2 |
|\ \ | | | | | | | fix search for results only from subfolder | ||||
| * | | remove whitespace on bottom when no search results, fix laylout, fix #16878 | Jan-Christoph Borchardt | 2015-06-22 | 1 | -2/+2 |
| | | | |||||
| * | | add filter-empty class if no search result in current folder | Bjoern Schiessle | 2015-06-22 | 1 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-20 | 2 | -2/+8 |
| |/ |/| | |||||
* | | 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. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-18 | 4 | -0/+10 |
| | |||||
* | Merge pull request #16893 from owncloud/fixSlideToggle | Morris Jobke | 2015-06-17 | 1 | -1/+1 |
|\ | | | | | Fix childs of slideToggle not sliding the target | ||||
| * | remove unneeded span around Settings text, fixes cursor | Jan-Christoph Borchardt | 2015-06-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #16885 from owncloud/files-previewurlresolutionrounding | Thomas Müller | 2015-06-15 | 1 | -1/+3 |
|\ \ | | | | | | | Truncate preview resolution | ||||
| * | | Truncate preview resolution | Vincent Petry | 2015-06-11 | 1 | -1/+3 |
| | | | | | | | | | | | | This prevents having float numbers appear in the URL | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-15 | 2 | -0/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-14 | 2 | -0/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-11 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #16810 from owncloud/disable-search-if-not-implemented | Thomas Müller | 2015-06-09 | 1 | -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 app | Thomas Müller | 2015-06-09 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-09 | 2 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-08 | 4 | -2/+10 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-07 | 20 | -18/+182 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-06 | 2 | -2/+2 |
| | |||||
* | Add owner to the storage stats to enable better notifications | Morris Jobke | 2015-06-05 | 4 | -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-catchajaxexceptions | Thomas Müller | 2015-06-05 | 4 | -21/+59 |
|\ | | | | | Catch exceptions in files ajax calls |