Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | if a user that is flag as deleted shows up again, remove that flag. Fixes #20090 | Arthur Schiwon | 2015-11-02 | 2 | -0/+12 | |
| | | | ||||||
* | | | [files_external] fix empty user mounts setting | Morris Jobke | 2015-11-05 | 1 | -0/+5 | |
| |/ |/| | | | | | | | * fixes #19858 * if no backend is allowed to be mounted also the user mount setting should be disabled | |||||
* | | add port to host only, if an URL is used instead of a plain hostname | Arthur Schiwon | 2015-11-04 | 1 | -3/+7 | |
| | | ||||||
* | | Merge pull request #20221 from owncloud/files-filter-triger-once-82 | Morris Jobke | 2015-11-04 | 1 | -2/+3 | |
|\ \ | | | | | | | [8.2] dont trigger the scroll event of every single item we filter in the file list | |||||
| * | | dont trigger the scroll event of every single item we filter in the file list | Robin Appelman | 2015-11-02 | 1 | -2/+3 | |
| |/ | ||||||
* | | Merge pull request #20241 from owncloud/backport-20191-stable8.2 | Morris Jobke | 2015-11-03 | 5 | -3/+167 | |
|\ \ | | | | | | | [backport] [stable8.2] add method to count users by loginname and use it for diagnose test, … | |||||
| * | | add method to count users by loginname and use it for diagnose test, fixes ↵ | Arthur Schiwon | 2015-11-02 | 5 | -3/+167 | |
| |/ | | | | | | | #20151 | |||||
* / | add tooltip to ldap server wizard | Hendrik Leppelsack | 2015-11-02 | 1 | -0/+1 | |
|/ | ||||||
* | remove unneeded icons from input fields to not distract from submit button, ↵ | Jan-Christoph Borchardt | 2015-10-30 | 2 | -5/+0 | |
| | | | | fix #18940 | |||||
* | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 5 | -8/+86 | |
| | | | | Makes the details bar show the same icon as in the list. | |||||
* | Remove Dropbox metadata from cache after upload | Vincent Petry | 2015-10-26 | 1 | -0/+1 | |
| | | | | | This will make sure that the next calls that read the mtime will get the correct value. | |||||
* | Merge pull request #19997 from ↵ | Lukas Reschke | 2015-10-23 | 1 | -1/+7 | |
|\ | | | | | | | | | owncloud/backport-fix-deleted-ldap-user-sharing-stable8.2 [8.2] handle NoUserException in sharing code | |||||
| * | handle NoUserException in sharing code | Morris Jobke | 2015-10-23 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | * setup LDAP users * share from an LDAP user * delete that LDAP user * log in as share recipient * before: unhandled NoUserException * after: NoUserEception is logged and share is not shown anymore | |||||
* | | Fix "Call to a member function getUID() on boolean" in Crypt | Joas Schilling | 2015-10-23 | 1 | -4/+4 | |
|/ | ||||||
* | Merge pull request #19956 from owncloud/stable8.2-fix-webui-upload-and-conflicts | Lukas Reschke | 2015-10-21 | 2 | -11/+129 | |
|\ | | | | | [stable8.2] Fix file upload, conflict dialog, also in public link | |||||
| * | Fix file upload, conflict dialog, also in public link | Vincent Petry | 2015-10-21 | 2 | -11/+129 | |
| | | | | | | | | | | | | | | | | - Use "FileList" instead of "OCA.Files.App.fileList" that doesn't exist in public link page. - Fix public link upload by properly adding the form data using a new utility function "addFormData". That one is needed because IE8 upload and regular upload use a different format... | |||||
* | | Do not display details bar after rename | Vincent Petry | 2015-10-21 | 1 | -3/+6 | |
|/ | ||||||
* | Merge pull request #19896 from owncloud/backport-19895 | Vincent Petry | 2015-10-21 | 1 | -1/+1 | |
|\ | | | | | Backport #19895 | |||||
| * | fix pagination on public file list | Hendrik Leppelsack | 2015-10-20 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #19882 from owncloud/backport-ceph-stop-script-changes | Thomas Müller | 2015-10-21 | 8 | -39/+91 | |
|\ \ | |/ |/| | Backport objectstore fixes to 8.2 | |||||
| * | fix encryption migration test | Robin Appelman | 2015-10-20 | 1 | -0/+25 | |
| | | ||||||
| * | Fix listing of trash files in test | Robin Appelman | 2015-10-20 | 1 | -0/+2 | |
| | | ||||||
| * | Fix trashbin handling of unknown/unlimited free space | Robin Appelman | 2015-10-20 | 1 | -2/+3 | |
| | | ||||||
| * | Fix rename shared versions test | Robin Appelman | 2015-10-20 | 1 | -3/+2 | |
| | | ||||||
| * | handle versions expire for home storages with unlimited quota | Robin Appelman | 2015-10-20 | 1 | -8/+12 | |
| | | ||||||
| * | fix delete orphan shares test with object home storage | Robin Appelman | 2015-10-20 | 1 | -1/+6 | |
| | | ||||||
| * | Fix preserving file ids when restoring a file with object storage | Robin Appelman | 2015-10-20 | 1 | -1/+14 | |
| | | ||||||
| * | dont assume home storage is local in trash test | Robin Appelman | 2015-10-20 | 1 | -13/+15 | |
| | | ||||||
| * | Make shared folder size propagation test work with object home storage | Robin Appelman | 2015-10-20 | 2 | -7/+5 | |
| | | ||||||
| * | Fix shared storage tests for non local home storage | Robin Appelman | 2015-10-20 | 1 | -3/+3 | |
| | | ||||||
| * | fix sabre connector tests when using a non local home storage | Robin Appelman | 2015-10-20 | 1 | -2/+5 | |
| | | ||||||
* | | Merge pull request #19765 from owncloud/backport-19580 | Morris Jobke | 2015-10-20 | 1 | -0/+1 | |
|\ \ | | | | | | | [8.2.1] Make sure that remote shares use the correct uid casing | |||||
| * | | Make sure that remote shares use the correct uid casing | Joas Schilling | 2015-10-14 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #19844 from owncloud/stable8.2-share-fix-spinner-position | Morris Jobke | 2015-10-20 | 1 | -3/+11 | |
|\ \ \ | | | | | | | | | [stable8.2] Fix spinner positions in share tab | |||||
| * | | | Fix spinner positions in share tab | Vincent Petry | 2015-10-16 | 1 | -3/+11 | |
| | | | | | | | | | | | | | | | | Also fix missing spinner when removing link share | |||||
* | | | | Merge pull request #19819 from ↵ | Morris Jobke | 2015-10-20 | 3 | -6/+49 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/stable8.2-filelist-preventerrorwhennosidebar [stable8.2] Do not register sidebar panels when no sidebar | |||||
| * | | | | Do not register sidebar panels when no sidebar | Vincent Petry | 2015-10-16 | 3 | -6/+49 | |
| |/ / / | ||||||
* | | | | Merge pull request #19780 from owncloud/stable8.2-files-delete-hidenotif | Morris Jobke | 2015-10-20 | 1 | -0/+2 | |
|\ \ \ \ | | | | | | | | | | | [stable8.2] Hide notification on delete | |||||
| * | | | | Hide notification on delete | Vincent Petry | 2015-10-14 | 1 | -0/+2 | |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | In case a permanent notification "storage full" was displayed, it will be hidden after deleting a file. Directly after that a getstoragestats.php call is made that will decide whether to reshow the notification based on the new free space. | |||||
* | | | | Merge pull request #19779 from owncloud/stable8.2-trash-deletesectionposition-2 | Morris Jobke | 2015-10-20 | 2 | -13/+18 | |
|\ \ \ \ | | | | | | | | | | | [stable8.2] Move trashbin specific CSS that modifies sidebar | |||||
| * | | | | Move trashbin specific CSS that modifies sidebar | Vincent Petry | 2015-10-14 | 2 | -13/+18 | |
| |/ / / | | | | | | | | | | | | | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom. | |||||
* | | | | Merge pull request #19772 from owncloud/stable8.2-sidebar-alt-favorite | Morris Jobke | 2015-10-20 | 1 | -2/+1 | |
|\ \ \ \ | | | | | | | | | | | [stable8.2] Move alt text for favorite action to image | |||||
| * | | | | Move alt text for favorite action to image | Vincent Petry | 2015-10-14 | 1 | -2/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #19778 from owncloud/stable8.2-files-canceluploaddebounce-re | Morris Jobke | 2015-10-20 | 1 | -6/+5 | |
|\ \ \ \ | | | | | | | | | | | [stable8.2] Debounce cancel upload message | |||||
| * | | | | Debounce cancel upload message | Vincent Petry | 2015-10-14 | 1 | -6/+5 | |
| |/ / / | ||||||
* | | | | Merge pull request #19774 from owncloud/stable8.2-notif-showtemporary | Morris Jobke | 2015-10-20 | 1 | -20/+8 | |
|\ \ \ \ | | | | | | | | | | | [stable8.2] showTemporary instead of show for notifications | |||||
| * | | | | showTemporary instead of show for notifications | Vincent Petry | 2015-10-14 | 1 | -20/+8 | |
| |/ / / | ||||||
* | | | | Merge pull request #19775 from owncloud/stable8.2-trashbin-removesidebar | Morris Jobke | 2015-10-20 | 1 | -1/+2 | |
|\ \ \ \ | | | | | | | | | | | [stable8.2] Remove sidebar for trashbin view | |||||
| * | | | | Remove sidebar for trashbin view | Vincent Petry | 2015-10-14 | 1 | -1/+2 | |
| |/ / / | ||||||
* | | | | Merge pull request #19770 from owncloud/stable8.2-fix-ie-pain | Morris Jobke | 2015-10-20 | 1 | -0/+5 | |
|\ \ \ \ | |_|_|/ |/| | | | [stable8.2] Fix more IE issues |