Commit Graph

15381 Commits (f3e341edac241cfbd11d424b417ecd4affa045aa)
 

Author SHA1 Message Date
Bjoern Schiessle f3e341edac add a optional parameter to skip check for expired files, this is necessary to find out to whom a file was shared after it was expired. 13 years ago
Bjoern Schiessle c5d6af3c5a get owner from share item, if we expire a share while the user updates his /Shared folder than the owner is different from the currently logged in user 13 years ago
Bjoern Schiessle cc1577054d it is not possible to unshare files 13 years ago
Björn Schießle 3e6b18b2d0 Merge pull request #6208 from owncloud/enc_only_create_new_key_if_no_other_key_exists 13 years ago
Nico Kaiser 7eb505e6dd Fix user's displayName being overwritten by (old) cookie 13 years ago
Bjoern Schiessle 91ca1cf985 fix typo 13 years ago
Bjoern Schiessle f8a4bcdd50 only create new key on password change if a recovery key exists or if the user don't have any private/public keys 13 years ago
Bjoern Schiessle 418d401bf9 show change password form if key couldn't be decrypted 13 years ago
Bjoern Schiessle d0afd774b7 add method to check if users private/public key exists 13 years ago
Morris Jobke 0af65cae37 fix appearance of error message - .errors is outdated 13 years ago
Frank Karlitschek 4d50fe5f12 ownCloud 6 RC3 13 years ago
Vincent Petry f24aca61a9 Merge pull request #6180 from owncloud/fix_6143 13 years ago
Bjoern Schiessle d3e2226b38 config switch to disable auto expire for the trash bin 13 years ago
Arthur Schiwon 73fa6259be LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by just opening the admin page 13 years ago
Morris Jobke dffc2a8b1c Revert "Adjust files_encryption requirements to the new core requirement (PHP 5.3.8)." 13 years ago
Vincent Petry fd634fdec8 Added unit test for the test() method 13 years ago
Arthur Schiwon 328ebaefde LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143 13 years ago
Thomas Müller 4de8c4e5db Merge pull request #6175 from owncloud/fix_6142 13 years ago
Frank Karlitschek 8dc3cb2ffb lower required php version to 5.3.3 13 years ago
Arthur Schiwon c67ece0f6b LDAP Wizard: don't generate filter when not allowed 13 years ago
Arthur Schiwon 6640e120b7 some equals are more equal than other equals 13 years ago
Thomas Mueller 6f7b394d99 fixing PHPDoc and spelling 13 years ago
Andreas Fischer 91f47645b0 Use getLastError() everywhere. 13 years ago
Andreas Fischer 18903cc8f7 Add getLastError() 13 years ago
Andreas Fischer 7e467484a8 No function as oci_last_error. It's oci_error. 13 years ago
Andreas Fischer 21bf6abd41 There is no property such as dbusername. It's 'dbuser'. 13 years ago
Andreas Fischer 401728b2a2 Correct property name. It's 'dbpassword', with the 'db' prefix. 13 years ago
Andreas Fischer bfd0dc3314 Correct property name. It's just 'tableprefix', without the 'db' prefix. 13 years ago
Jan-Christoph Borchardt ad92b12559 fix time input field properly, details 13 years ago
Morris Jobke 4391992b8c fix public page - gallery view issues 13 years ago
Morris Jobke 728e6d735a fix trashbin and pbulic page controls 13 years ago
Morris Jobke 66df8c3bb3 fix and cleanup CSS for public page 13 years ago
Jan-Christoph Borchardt ca08d21da0 change different shades of grey for public share page to white 13 years ago
Jan-Christoph Borchardt 7d0f458f11 remove app specific code 13 years ago
Jan-Christoph Borchardt f15aeb3bbc fix details for buttons in header and controls bar 13 years ago
Jan-Christoph Borchardt 9333244925 account for shift of controls bar due to app navigation, do not shift on public page 13 years ago
Vincent Petry 50f5ab8515 Merge pull request #6173 from owncloud/stable6-extstorage-s3fixes 13 years ago
Arthur Schiwon 4df0d2e7e8 LDAP Wizard: return correct var 13 years ago
Vincent Petry f2e17a0b68 Fixed placeholder after page reload 13 years ago
Vincent Petry e372971f2b Fixed test function for S3 13 years ago
Vincent Petry 3bf30377b8 Fixed Amazon S3 ext storage config UI 13 years ago
Arthur Schiwon 67b67b6d66 LDAP Wizard: make sure auto-detected suggestions are really applied initially. Also make initial filter compilation and user counting robust against race conditions. 13 years ago
Arthur Schiwon b8390f15d4 LDAP: on testing configuration, set active property to true, otherwise inactive connections cannot be tested properly 13 years ago
Robin Appelman 5ac3f9bfa5 check if a directory exists before we try to remove it 13 years ago
Arthur Schiwon 02fe013d2f LDAP: set default value for login filter to empty, otherwise the wizard signals completed configuration too early when it might be not correct, i.e. login won't work 13 years ago
Bjoern Schiessle 5e5e4fe3a4 make it possible to select folders 13 years ago
Arthur Schiwon d49e4e53fd LDAP Wizard: don't send ldap_tls change back to the interface as the element was removed, for it is detected fully automatically. Resolves an JS error and thus an ever-spinning spinner 13 years ago
Bjoern Schiessle 2d11290121 check explicitely all possible dir values 13 years ago
Bjoern Schiessle 1a197292da set delete all to true if a complete folder was deleted 13 years ago
Bjoern Schiessle 3b59979746 fix delete files from trash bin 13 years ago