Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | passing an empty base in this diagnosis call will not result in LDAP errors | Arthur Schiwon | 2015-12-08 | 1 | -1/+1 | |
|/ | | | | Neither in "Invalid DN syntax" nor in "Object not found" | |||||
* | Only return the exact match, when it's allowed | Joas Schilling | 2015-12-03 | 2 | -12/+41 | |
| | ||||||
* | update germand translation to fit into the UI | Morris Jobke | 2015-12-01 | 4 | -4/+4 | |
| | ||||||
* | Merge pull request #20488 from owncloud/backport-20487-8.2 | Thomas Müller | 2015-12-01 | 2 | -7/+23 | |
|\ | | | | | [8.2] 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-18 | 2 | -7/+10 | |
| | | | | | | | | So evaluate the condition directly and return 1 or 0 | |||||
* | | Fix the width of the share with input | Morris Jobke | 2015-11-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | * the ID of this has changed to #shareWith-viewNUMBER and shouldn't be used in CSS * now uses the proper classes | |||||
* | | Deduplicate queued trashbin expire jobs | Morris Jobke | 2015-11-27 | 3 | -26/+12 | |
| | | | | | | | | | | | | | | | | * fixes #20425 * this removes the argument trashbin size from the expire job - it is now calculated in the expire job * the queue now detects properly that the job is already queue and doesn't add it again | |||||
* | | Dont output paths in scan.php | Robin Appelman | 2015-11-26 | 1 | -8/+0 | |
| | | ||||||
* | | Merge pull request #20535 from owncloud/stable8.2-fakelocking-for-mac | Vincent Petry | 2015-11-25 | 2 | -2/+4 | |
|\ \ | | | | | | | [stable8.2] Add fake locker plugin | |||||
| * | | [stable8.2] Add fake locker plugin | Lukas Reschke | 2015-11-16 | 2 | -2/+4 | |
| |/ | ||||||
* / | Use proper variable | Lukas Reschke | 2015-11-18 | 1 | -1/+1 | |
|/ | | | | `$shares` is not defined. Introduced with https://github.com/owncloud/core/commit/c3e7d324c5e61eb087fb2ea5102d332f9f08db3d and thus also in stable8.2 | |||||
* | Backport of #20093 and #20124 | Arthur Schiwon | 2015-11-10 | 5 | -9/+59 | |
| | | | | | | | | | | | #20093 LDAP fix quota and case #20124 remove uselessly used parameter, read all user attributes also when looking up users in groups fix update quota with known value fix attribute casing to ensure array keys work remove uselessly used parameter, read all user attributes also when looking up users in groups | |||||
* | make all the buttons beautiful | Arthur Schiwon | 2015-11-09 | 7 | -12/+26 | |
| | ||||||
* | Merge pull request #20361 from ↵ | Vincent Petry | 2015-11-09 | 1 | -0/+1 | |
|\ | | | | | | | | | owncloud/stable8.2-extstorage-gdrive-forceapproval [stable8.2] Force approval in GDrive oauth to get refresh_token | |||||
| * | Force approval in GDrive oauth to get refresh_token | Vincent Petry | 2015-11-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Forcing the approval of app permissions makes sure that the GDrive API will always return a refresh_token. In the case of apps that were already authorized for the current user/domain, the API doesn't return the refresh_token which causes expiration issues. | |||||
* | | Merge pull request #20326 from owncloud/getfileinfo-locking82 | Vincent Petry | 2015-11-09 | 1 | -26/+26 | |
|\ \ | | | | | | | [8.2] Don't lock if we're only reading cache metadata | |||||
| * | | Split checkUpdate | Robin Appelman | 2015-11-05 | 1 | -26/+26 | |
| | | | ||||||
* | | | integration tests | Arthur Schiwon | 2015-11-06 | 1 | -0/+118 | |
| | | | ||||||
* | | | LDAP: attempt to connect to backup server again, if main server is not ↵ | Arthur Schiwon | 2015-11-06 | 1 | -20/+31 | |
| |/ |/| | | | | | available. Fixes #18701 | |||||
* | | Merge pull request #20338 from owncloud/l10n-8.2-backport | Morris Jobke | 2015-11-05 | 166 | -166/+490 | |
|\ \ | | | | | | | Backport translations for 8.2 | |||||
| * | | Backport translations for 8.2 | Joas Schilling | 2015-11-05 | 166 | -166/+490 | |
| | | | ||||||
* | | | Merge pull request #20245 from owncloud/backport-20192-stable8.2 | Vincent Petry | 2015-11-05 | 2 | -0/+12 | |
|\ \ \ | |/ / |/| | | [backport] [stable8.2] if a user that is flag as deleted shows up again, remove that flag. F… | |||||
| * | | 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 | |
| | |