Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RC4v6.0.0RC4 | Frank Karlitschek | 2013-12-06 | 1 | -2/+2 |
| | |||||
* | add test case for removing background jobs that are throwing exceptions | Robin Appelman | 2013-12-06 | 2 | -3/+59 |
| | |||||
* | Dont use exceptions for the backgroundjob test cases | Robin Appelman | 2013-12-06 | 2 | -35/+46 |
| | |||||
* | remove background jobs if they are failing | Robin Appelman | 2013-12-06 | 1 | -0/+1 |
| | |||||
* | Catch exceptions from background jobs and log them | Robin Appelman | 2013-12-06 | 4 | -9/+30 |
| | |||||
* | Merge pull request #6225 from owncloud/stable6-backgroundscan-reuse-etag | Frank Karlitschek | 2013-12-06 | 4 | -25/+104 |
|\ | | | | | Stable6 backgroundscan reuse etag | ||||
| * | get rid of failing test that don't cause additional downloads | Robin Appelman | 2013-12-06 | 3 | -25/+25 |
| | | |||||
| * | extend test case for etag preservation | Robin Appelman | 2013-12-06 | 1 | -2/+2 |
| | | |||||
| * | reuse etags when doing a background scan | Robin Appelman | 2013-12-06 | 2 | -1/+80 |
|/ | |||||
* | XSendfile and encryption don't work together | Bart Visscher | 2013-12-06 | 1 | -0/+3 |
| | | | | The file on disk is encrypted, and not readable on client systems | ||||
* | Don't try to encrypt a file when the temp file isn't created | Bart Visscher | 2013-12-06 | 1 | -18/+21 |
| | |||||
* | Users of getFolderContent are mostly interested in the unecrypted file size | Bart Visscher | 2013-12-06 | 1 | -0/+4 |
| | |||||
* | correctly propagate the return value of ldap_set_option | root | 2013-12-06 | 1 | -1/+1 |
| | | | | | | otherwise LDAP_OPT_REFERRALS won't be set to 0 and in turn active directory paging will stop working (Operations error on ldap_control_paged_result_response) | ||||
* | set unencrypted_size to 0 after decryption... so that the unencrypted_size ↵ | Bjoern Schiessle | 2013-12-06 | 1 | -1/+1 |
| | | | | gets re-calculated if encryption was enabled again | ||||
* | add a optional parameter to skip check for expired files, this is necessary ↵ | Bjoern Schiessle | 2013-12-06 | 1 | -14/+21 |
| | | | | to find out to whom a file was shared after it was expired. | ||||
* | get owner from share item, if we expire a share while the user updates his ↵ | Bjoern Schiessle | 2013-12-06 | 1 | -2/+6 |
| | | | | /Shared folder than the owner is different from the currently logged in user | ||||
* | it is not possible to unshare files | Bjoern Schiessle | 2013-12-06 | 1 | -14/+5 |
| | |||||
* | Merge pull request #6208 from ↵ | Björn Schießle | 2013-12-06 | 3 | -28/+42 |
|\ | | | | | | | | | owncloud/enc_only_create_new_key_if_no_other_key_exists [Encryption] Only create new key if no other key exists | ||||
| * | fix typo | Bjoern Schiessle | 2013-12-05 | 1 | -1/+1 |
| | | |||||
| * | only create new key on password change if a recovery key exists or if the ↵ | Bjoern Schiessle | 2013-12-05 | 1 | -23/+28 |
| | | | | | | | | user don't have any private/public keys | ||||
| * | show change password form if key couldn't be decrypted | Bjoern Schiessle | 2013-12-05 | 1 | -1/+1 |
| | | |||||
| * | add method to check if users private/public key exists | Bjoern Schiessle | 2013-12-05 | 1 | -4/+13 |
| | | |||||
* | | Fix user's displayName being overwritten by (old) cookie | Nico Kaiser | 2013-12-05 | 1 | -1/+0 |
|/ | |||||
* | fix appearance of error message - .errors is outdated | Morris Jobke | 2013-12-05 | 1 | -5/+6 |
| | |||||
* | ownCloud 6 RC3v6.0.0RC3 | Frank Karlitschek | 2013-12-05 | 1 | -2/+2 |
| | |||||
* | Merge pull request #6180 from owncloud/fix_6143 | Vincent Petry | 2013-12-04 | 2 | -3/+22 |
|\ | | | | | fixes checkboxes in Advanced Tab don't save unchecked state anymore, #6143 | ||||
| * | LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by ↵ | Arthur Schiwon | 2013-12-04 | 1 | -3/+10 |
| | | | | | | | | just opening the admin page | ||||
| * | LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143 | Arthur Schiwon | 2013-12-04 | 1 | -0/+12 |
| | | |||||
* | | config switch to disable auto expire for the trash bin | Bjoern Schiessle | 2013-12-04 | 2 | -3/+11 |
| | | |||||
* | | Revert "Adjust files_encryption requirements to the new core requirement ↵ | Morris Jobke | 2013-12-04 | 1 | -1/+8 |
| | | | | | | | | | | | | (PHP 5.3.8)." This reverts commit efbf18652c6eef42e2ca2fda3572d74d2be022dd. | ||||
* | | Added unit test for the test() method | Vincent Petry | 2013-12-04 | 2 | -0/+15 |
|/ | | | | This is to make sure that method isn't broken | ||||
* | Merge pull request #6175 from owncloud/fix_6142 | Thomas Müller | 2013-12-04 | 4 | -6/+60 |
|\ | | | | | LDAP Wizard: make sure auto-detected suggestions are really applied initially, fixes #6142 | ||||
| * | LDAP Wizard: don't generate filter when not allowed | Arthur Schiwon | 2013-12-03 | 1 | -1/+3 |
| | | |||||
| * | some equals are more equal than other equals | Arthur Schiwon | 2013-12-03 | 1 | -2/+2 |
| | | |||||
| * | LDAP Wizard: return correct var | Arthur Schiwon | 2013-12-03 | 1 | -1/+1 |
| | | |||||
| * | LDAP Wizard: make sure auto-detected suggestions are really applied ↵ | Arthur Schiwon | 2013-12-03 | 1 | -3/+54 |
| | | | | | | | | initially. Also make initial filter compilation and user counting robust against race conditions. | ||||
| * | LDAP: on testing configuration, set active property to true, otherwise ↵ | Arthur Schiwon | 2013-12-03 | 1 | -0/+2 |
| | | | | | | | | inactive connections cannot be tested properly | ||||
| * | LDAP: set default value for login filter to empty, otherwise the wizard ↵ | Arthur Schiwon | 2013-12-03 | 1 | -1/+1 |
| | | | | | | | | signals completed configuration too early when it might be not correct, i.e. login won't work | ||||
| * | LDAP Wizard: don't send ldap_tls change back to the interface as the element ↵ | Arthur Schiwon | 2013-12-02 | 1 | -1/+0 |
| | | | | | | | | was removed, for it is detected fully automatically. Resolves an JS error and thus an ever-spinning spinner | ||||
* | | lower required php version to 5.3.3 | Frank Karlitschek | 2013-12-04 | 3 | -2/+25 |
| | | |||||
* | | fixing PHPDoc and spelling | Thomas Mueller | 2013-12-03 | 2 | -6/+8 |
| | | |||||
* | | Use getLastError() everywhere. | Andreas Fischer | 2013-12-03 | 1 | -10/+10 |
| | | |||||
* | | Add getLastError() | Andreas Fischer | 2013-12-03 | 1 | -3/+20 |
| | | |||||
* | | No function as oci_last_error. It's oci_error. | Andreas Fischer | 2013-12-03 | 1 | -1/+1 |
| | | |||||
* | | There is no property such as dbusername. It's 'dbuser'. | Andreas Fischer | 2013-12-03 | 1 | -3/+3 |
| | | |||||
* | | Correct property name. It's 'dbpassword', with the 'db' prefix. | Andreas Fischer | 2013-12-03 | 1 | -1/+1 |
| | | |||||
* | | Correct property name. It's just 'tableprefix', without the 'db' prefix. | Andreas Fischer | 2013-12-03 | 1 | -1/+1 |
| | | |||||
* | | fix time input field properly, details | Jan-Christoph Borchardt | 2013-12-03 | 1 | -2/+2 |
| | | |||||
* | | fix public page - gallery view issues | Morris Jobke | 2013-12-03 | 2 | -3/+3 |
| | | |||||
* | | fix trashbin and pbulic page controls | Morris Jobke | 2013-12-03 | 2 | -1/+5 |
| | |