summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | passing an empty base in this diagnosis call will not result in LDAP errorsArthur Schiwon2015-12-081-1/+1
|/ | | | Neither in "Invalid DN syntax" nor in "Object not found"
* Only return the exact match, when it's allowedJoas Schilling2015-12-032-12/+41
|
* update germand translation to fit into the UIMorris Jobke2015-12-014-4/+4
|
* Merge pull request #20488 from owncloud/backport-20487-8.2Thomas Müller2015-12-012-7/+23
|\ | | | | [8.2] 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-182-7/+10
| | | | | | | | So evaluate the condition directly and return 1 or 0
* | Fix the width of the share with inputMorris Jobke2015-11-301-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 jobsMorris Jobke2015-11-273-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.phpRobin Appelman2015-11-261-8/+0
| |
* | Merge pull request #20535 from owncloud/stable8.2-fakelocking-for-macVincent Petry2015-11-252-2/+4
|\ \ | | | | | | [stable8.2] Add fake locker plugin
| * | [stable8.2] Add fake locker pluginLukas Reschke2015-11-162-2/+4
| |/
* / Use proper variableLukas Reschke2015-11-181-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 #20124Arthur Schiwon2015-11-105-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 beautifulArthur Schiwon2015-11-097-12/+26
|
* Merge pull request #20361 from ↵Vincent Petry2015-11-091-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_tokenVincent Petry2015-11-061-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-locking82Vincent Petry2015-11-091-26/+26
|\ \ | | | | | | [8.2] Don't lock if we're only reading cache metadata
| * | Split checkUpdateRobin Appelman2015-11-051-26/+26
| | |
* | | integration testsArthur Schiwon2015-11-061-0/+118
| | |
* | | LDAP: attempt to connect to backup server again, if main server is not ↵Arthur Schiwon2015-11-061-20/+31
| |/ |/| | | | | available. Fixes #18701
* | Merge pull request #20338 from owncloud/l10n-8.2-backportMorris Jobke2015-11-05166-166/+490
|\ \ | | | | | | Backport translations for 8.2
| * | Backport translations for 8.2Joas Schilling2015-11-05166-166/+490
| | |
* | | Merge pull request #20245 from owncloud/backport-20192-stable8.2Vincent Petry2015-11-052-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 #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
| |