summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* fix typoBjoern Schiessle2013-12-061-1/+1
* only create new key on password change if a recovery key exists or if the use...Bjoern Schiessle2013-12-061-23/+28
* show change password form if key couldn't be decryptedBjoern Schiessle2013-12-061-1/+1
* add method to check if users private/public key existsBjoern Schiessle2013-12-061-4/+13
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-051-0/+3
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-045-0/+8
* LDAP Wizard: don't generate filter when not allowedArthur Schiwon2013-12-041-1/+3
* some equals are more equal than other equalsArthur Schiwon2013-12-041-2/+2
* LDAP Wizard: return correct varArthur Schiwon2013-12-041-1/+1
* LDAP Wizard: make sure auto-detected suggestions are really applied initially...Arthur Schiwon2013-12-041-3/+54
* LDAP: on testing configuration, set active property to true, otherwise inacti...Arthur Schiwon2013-12-041-0/+2
* LDAP: set default value for login filter to empty, otherwise the wizard signa...Arthur Schiwon2013-12-041-1/+1
* LDAP Wizard: don't send ldap_tls change back to the interface as the element ...Arthur Schiwon2013-12-041-1/+0
* LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by ju...Arthur Schiwon2013-12-041-3/+10
* LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143Arthur Schiwon2013-12-041-0/+12
* Merge pull request #6181 from owncloud/auto_expire_trashBjörn Schießle2013-12-041-1/+6
|\
| * config switch to disable auto expire for the trash binBjoern Schiessle2013-12-041-1/+6
* | Revert "Adjust files_encryption requirements to the new core requirement (PHP...Morris Jobke2013-12-041-1/+8
|/
* Merge pull request #5946 from owncloud/public-page-detailsVincent Petry2013-12-031-11/+18
|\
| * fix public page - gallery view issuesMorris Jobke2013-12-031-1/+1
| * fix trashbin and pbulic page controlsMorris Jobke2013-12-032-1/+5
| * fix and cleanup CSS for public pageMorris Jobke2013-12-031-3/+2
| * change different shades of grey for public share page to whiteJan-Christoph Borchardt2013-12-031-10/+14
| * remove app specific codeJan-Christoph Borchardt2013-12-031-4/+0
| * fix details for buttons in header and controls barJan-Christoph Borchardt2013-12-031-1/+5
* | Fixed test function for S3Vincent Petry2013-12-031-2/+4
* | Fixed Amazon S3 ext storage config UIVincent Petry2013-12-032-6/+7
* | Fixed placeholder after page reloadVincent Petry2013-12-031-1/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-0264-33/+124
* make it possible to select foldersBjoern Schiessle2013-12-025-40/+20
* Merge pull request #6148 from owncloud/fix_trash_restoreVincent Petry2013-12-024-18/+39
|\
| * check explicitely all possible dir valuesBjoern Schiessle2013-12-021-2/+3
| * set delete all to true if a complete folder was deletedBjoern Schiessle2013-12-021-1/+2
| * fix delete files from trash binBjoern Schiessle2013-12-023-16/+34
| * fix restore from files in sub-foldersBjoern Schiessle2013-11-292-2/+3
* | Adjust files_encryption requirements to the new core requirement (PHP 5.3.8).Andreas Fischer2013-11-291-8/+1
* | Merge pull request #6123 from owncloud/extstorage-deletedirs2Vincent Petry2013-11-293-7/+33
|\ \
| * | Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-11-293-7/+33
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-298-3/+23
* | Merge pull request #6111 from owncloud/non-floating-trash-button-chromeFrank Karlitschek2013-11-291-1/+1
|\ \ | |/ |/|
| * Fix resize issue for trash button in chrome and overflowing spinner in .updat...Morris Jobke2013-11-281-1/+1
* | Merge pull request #6099 from owncloud/fix_source_not_found_warningsMorris Jobke2013-11-284-23/+67
|\ \
| * | use better coding styleBjoern Schiessle2013-11-281-1/+2
| * | make sure that we don't try to access an already deleted files, fixes some fi...Bjoern Schiessle2013-11-284-23/+66
* | | Merge pull request #6106 from owncloud/fix_preview_creationMorris Jobke2013-11-282-4/+11
|\ \ \ | |_|/ |/| |
| * | remove duplicateBjoern Schiessle2013-11-281-1/+0
| * | detect mimetype from the original filename, without the versioning timestampBjoern Schiessle2013-11-281-2/+3
| * | detect mimetype from the original filename, without the delete timestampBjoern Schiessle2013-11-281-2/+9
| |/
* | Merge pull request #6090 from ganomi/summaryfixganomi2013-11-281-1/+1
|\ \
| * | Fix filellist/rename/summary problemganomi2013-11-271-1/+1