summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | if a user that is flag as deleted shows up again, remove that flag. Fixes #20090Arthur Schiwon2015-11-022-0/+12
| | |
* | | [files_external] fix empty user mounts settingMorris Jobke2015-11-051-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 hostnameArthur Schiwon2015-11-041-3/+7
| |
* | Merge pull request #20221 from owncloud/files-filter-triger-once-82Morris Jobke2015-11-041-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 listRobin Appelman2015-11-021-2/+3
| |/
* | Merge pull request #20241 from owncloud/backport-20191-stable8.2Morris Jobke2015-11-035-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 Schiwon2015-11-025-3/+167
| |/ | | | | | | #20151
* / add tooltip to ldap server wizardHendrik Leppelsack2015-11-021-0/+1
|/
* remove unneeded icons from input fields to not distract from submit button, ↵Jan-Christoph Borchardt2015-10-302-5/+0
| | | | fix #18940
* Fix icon update to be more consistentVincent Petry2015-10-295-8/+86
| | | | Makes the details bar show the same icon as in the list.
* Remove Dropbox metadata from cache after uploadVincent Petry2015-10-261-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 Reschke2015-10-231-1/+7
|\ | | | | | | | | owncloud/backport-fix-deleted-ldap-user-sharing-stable8.2 [8.2] handle NoUserException in sharing code
| * handle NoUserException in sharing codeMorris Jobke2015-10-231-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 CryptJoas Schilling2015-10-231-4/+4
|/
* Merge pull request #19956 from owncloud/stable8.2-fix-webui-upload-and-conflictsLukas Reschke2015-10-212-11/+129
|\ | | | | [stable8.2] Fix file upload, conflict dialog, also in public link
| * Fix file upload, conflict dialog, also in public linkVincent Petry2015-10-212-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 renameVincent Petry2015-10-211-3/+6
|/
* Merge pull request #19896 from owncloud/backport-19895Vincent Petry2015-10-211-1/+1
|\ | | | | Backport #19895
| * fix pagination on public file listHendrik Leppelsack2015-10-201-1/+1
| |
* | Merge pull request #19882 from owncloud/backport-ceph-stop-script-changesThomas Müller2015-10-218-39/+91
|\ \ | |/ |/| Backport objectstore fixes to 8.2
| * fix encryption migration testRobin Appelman2015-10-201-0/+25
| |
| * Fix listing of trash files in testRobin Appelman2015-10-201-0/+2
| |
| * Fix trashbin handling of unknown/unlimited free spaceRobin Appelman2015-10-201-2/+3
| |
| * Fix rename shared versions testRobin Appelman2015-10-201-3/+2
| |
| * handle versions expire for home storages with unlimited quotaRobin Appelman2015-10-201-8/+12
| |
| * fix delete orphan shares test with object home storageRobin Appelman2015-10-201-1/+6
| |
| * Fix preserving file ids when restoring a file with object storageRobin Appelman2015-10-201-1/+14
| |
| * dont assume home storage is local in trash testRobin Appelman2015-10-201-13/+15
| |
| * Make shared folder size propagation test work with object home storageRobin Appelman2015-10-202-7/+5
| |
| * Fix shared storage tests for non local home storageRobin Appelman2015-10-201-3/+3
| |
| * fix sabre connector tests when using a non local home storageRobin Appelman2015-10-201-2/+5
| |
* | Merge pull request #19765 from owncloud/backport-19580Morris Jobke2015-10-201-0/+1
|\ \ | | | | | | [8.2.1] Make sure that remote shares use the correct uid casing
| * | Make sure that remote shares use the correct uid casingJoas Schilling2015-10-141-0/+1
| | |
* | | Merge pull request #19844 from owncloud/stable8.2-share-fix-spinner-positionMorris Jobke2015-10-201-3/+11
|\ \ \ | | | | | | | | [stable8.2] Fix spinner positions in share tab
| * | | Fix spinner positions in share tabVincent Petry2015-10-161-3/+11
| | | | | | | | | | | | | | | | Also fix missing spinner when removing link share
* | | | Merge pull request #19819 from ↵Morris Jobke2015-10-203-6/+49
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/stable8.2-filelist-preventerrorwhennosidebar [stable8.2] Do not register sidebar panels when no sidebar
| * | | | Do not register sidebar panels when no sidebarVincent Petry2015-10-163-6/+49
| |/ / /
* | | | Merge pull request #19780 from owncloud/stable8.2-files-delete-hidenotifMorris Jobke2015-10-201-0/+2
|\ \ \ \ | | | | | | | | | | [stable8.2] Hide notification on delete
| * | | | Hide notification on deleteVincent Petry2015-10-141-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-2Morris Jobke2015-10-202-13/+18
|\ \ \ \ | | | | | | | | | | [stable8.2] Move trashbin specific CSS that modifies sidebar
| * | | | Move trashbin specific CSS that modifies sidebarVincent Petry2015-10-142-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-favoriteMorris Jobke2015-10-201-2/+1
|\ \ \ \ | | | | | | | | | | [stable8.2] Move alt text for favorite action to image
| * | | | Move alt text for favorite action to imageVincent Petry2015-10-141-2/+1
| |/ / /
* | | | Merge pull request #19778 from owncloud/stable8.2-files-canceluploaddebounce-reMorris Jobke2015-10-201-6/+5
|\ \ \ \ | | | | | | | | | | [stable8.2] Debounce cancel upload message
| * | | | Debounce cancel upload messageVincent Petry2015-10-141-6/+5
| |/ / /
* | | | Merge pull request #19774 from owncloud/stable8.2-notif-showtemporaryMorris Jobke2015-10-201-20/+8
|\ \ \ \ | | | | | | | | | | [stable8.2] showTemporary instead of show for notifications
| * | | | showTemporary instead of show for notificationsVincent Petry2015-10-141-20/+8
| |/ / /
* | | | Merge pull request #19775 from owncloud/stable8.2-trashbin-removesidebarMorris Jobke2015-10-201-1/+2
|\ \ \ \ | | | | | | | | | | [stable8.2] Remove sidebar for trashbin view
| * | | | Remove sidebar for trashbin viewVincent Petry2015-10-141-1/+2
| |/ / /
* | | | Merge pull request #19770 from owncloud/stable8.2-fix-ie-painMorris Jobke2015-10-201-0/+5
|\ \ \ \ | |_|_|/ |/| | | [stable8.2] Fix more IE issues