summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix autofocusMorris Jobke2013-10-071-2/+4
* catch exception if db query execution failsBjoern Schiessle2013-10-071-1/+5
* clean up oc_share table from files which are no longer existsBjoern Schiessle2013-10-072-7/+17
* add commentsBjoern Schiessle2013-10-071-0/+5
* remove deleted shares from the database table oc_shareBjoern Schiessle2013-10-071-0/+10
* Merge pull request #5110 from owncloud/pg_install_dbBart Visscher2013-10-041-1/+7
|\
| * Try connection with specified db when postgres does not workMorris Jobke2013-10-041-1/+7
* | Merge pull request #5096 from owncloud/backport-4960-stable5Thomas Müller2013-10-042-2/+15
|\ \ | |/ |/|
| * duplicate code :sigh: - will fix this in a second prThomas Müller2013-10-021-1/+8
| * adding file_exists check just to be on the save sideThomas Müller2013-10-021-1/+2
| * handle error situation of rename properThomas Müller2013-10-021-1/+6
* | 5.0.12v5.0.12Frank Karlitschek2013-10-031-2/+2
|/
* set rememberlogin to false for the encryption appBjoern Schiessle2013-09-301-0/+1
* check every enabled app if the remember login feature needs to be disabledBjoern Schiessle2013-09-301-3/+13
* introduce OC_Util::rememberLoginAllowed()Bjoern Schiessle2013-09-303-4/+15
* don't remember login if the encrypion app is enabled because the userBjoern Schiessle2013-09-303-5/+25
* 5.0.12 RC1Frank Karlitschek2013-09-271-2/+2
* Merge pull request #4948 from owncloud/fix-inputfieldsVicDeo2013-09-261-1/+0
|\
| * fix visual glitch, do not use black border for input fieldsJan-Christoph Borchardt2013-09-231-1/+0
* | we can leave the loop if the permission of the link share was checkedBjoern Schiessle2013-09-261-3/+1
* | check only permission from link-share to decide if public upload is enabled o...Bjoern Schiessle2013-09-261-1/+3
* | Merge pull request #4954 from owncloud/fix-link-expiration-stable5Andreas Fischer2013-09-244-10/+215
|\ \
| * | Calculate dateInPast and dateInFuture.Andreas Fischer2013-09-241-5/+8
| * | Compare objects directly. Also use $expected and $actual.Andreas Fischer2013-09-241-6/+6
| * | Add database tests for INSERT/SELECT date format.Andreas Fischer2013-09-233-0/+80
| * | Add comment explaining how $dateInFuture was picked.Andreas Fischer2013-09-231-0/+2
| * | Coding style: { for methods start are supposed to be on the same line.Andreas Fischer2013-09-231-12/+6
| * | Expiration tests for sharing with groups.Andreas Fischer2013-09-231-6/+76
| * | Do not repeat shareUserOneTestFileWithUserTwo() code.Andreas Fischer2013-09-231-25/+22
| * | Make dates test class properties.Andreas Fischer2013-09-231-2/+5
| * | Try to make Oracle happy by also specifying seconds.Andreas Fischer2013-09-231-2/+2
| * | Test whether a still-valid user share is still accessible.Andreas Fischer2013-09-231-11/+34
| * | Test whether an expired user share is still accessible.Andreas Fischer2013-09-231-0/+33
|/ /
* | remove deleted files while scanningRobin Appelman2013-09-232-0/+12
* | initialize variableBjoern Schiessle2013-09-231-0/+1
* | calculate correct permissions while toggle the password protectionBjoern Schiessle2013-09-231-1/+11
* | make sure that both $permissions and $oldPermissions have the same typeBjoern Schiessle2013-09-231-1/+1
* | only remember password if the user changes the permissions, otherwise the use...Bjoern Schiessle2013-09-231-3/+6
|/
* Merge pull request #4924 from owncloud/fixing-4416-stable5Morris Jobke2013-09-221-1/+1
|\
| * setting a default on filecache column unencrypted_sizeThomas Müller2013-09-201-1/+1
* | public.php - check if maintenance mode is enabledGeorg Ehrke2013-09-201-0/+1
|/
* adding comma to get cleaner diffs in the futureThomas Müller2013-09-191-1/+1
* no file actions during uploadThomas Müller2013-09-191-1/+0
* remove file action elements before recreating themThomas Müller2013-09-191-0/+5
* store the permissions retrieved via ajax within the dom elementThomas Müller2013-09-191-0/+6
* add permissions of the file to the json responseThomas Müller2013-09-191-1/+2
* performance improvement, check configuration only if no private key existsBjoern Schiessle2013-09-181-16/+20
* check if stream wrapper is already registered to avoid warningBjoern Schiessle2013-09-181-1/+3
* Merge pull request #4827 from owncloud/backport-4719-stable5Thomas Müller2013-09-132-17/+21
|\
| * some is_resource tests have been missing in #4701Thomas Müller2013-09-132-17/+21