summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* properly encode groups as json, not ',' separatedJörn Friedrich Dreyer2014-08-191-3/+3
|
* fix broken variable name, recoveryPasswordSupported is now ↵Bjoern Schiessle2014-08-121-3/+3
| | | | recoveryEnabledForUser
* Use JS as content-type due to mimesniffingLukas Reschke2014-04-171-2/+2
|
* remove pl_PL - fixes #7973Thomas Müller2014-03-311-6/+0
|
* fixing wrong html close tagsThomas Müller2014-03-214-4/+4
|
* Display admin option for public upload with encryption enabledVincent Petry2014-03-181-2/+0
| | | | | | | Now that public upload works with encryption, the admin option to toggle it must be made visible. Backport of b75ca9f from master
* close encryption session after decryption was finishedBjoern Schiessle2014-02-271-0/+2
|
* Added loading spinner to users list on scrollVincent Petry2014-02-251-0/+4
|
* Improve users list scrolling performanceVincent Petry2014-02-251-24/+53
| | | | | | | | | | - fixed JS error when avatar mode is disabled - added spinner at the bottom of the table - scroll detection now happens earlier - single/multiselect init is deferred so that the new rows are first appended into the list (more responsive) and initialized afterwards - disabled users sorting after add (assuming they are always sorted on the server side)
* catch errors during decryptionBjoern Schiessle2014-02-171-1/+8
| | | | | Conflicts: apps/files_encryption/tests/util.php
* use appstoreenabled config switchBjoern Schiessle2014-02-051-2/+2
|
* do not show 'Add app' and 'More apps' for themed ownCloudJan-Christoph Borchardt2014-02-051-0/+4
|
* disable button and input field during decryptionBjoern Schiessle2014-01-271-0/+5
|
* remove the form, it isn't needed hereBjoern Schiessle2014-01-272-25/+22
|
* prevent autofill for password change settings, prevent leak of existing ↵Jan-Christoph Borchardt2014-01-261-2/+4
| | | | password, fix #6552
* added website fieldBjoern Schiessle2014-01-243-18/+25
|
* distinguish app links from doc linksBjoern Schiessle2014-01-243-3/+4
|
* show link to app documentationBjoern Schiessle2014-01-243-1/+30
|
* Fix untranslated text when deleting userVolkan Gezer2014-01-161-1/+1
| | | | This should fix issue #6728
* remove ru_RU - it's almost untranslatedThomas Müller2014-01-131-10/+0
|
* lower required php version to 5.3.3Frank Karlitschek2013-12-042-0/+15
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-2910-0/+31
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-272-0/+5
|
* fix wordingMorris Jobke2013-11-271-1/+1
|
* add warning for HTTP connectionMorris Jobke2013-11-271-0/+14
|
* Merge pull request #6058 from owncloud/ldap2avatarblizzz2013-11-262-0/+5
|\ | | | | Set Avatar for LDAP users automatically (if a picture is available)
| * Enable user backends to provide avatar imagesArthur Schiwon2013-11-222-0/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-267-0/+17
| |
* | check if user is logged inBjoern Schiessle2013-11-261-0/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-2630-29/+29
| |
* | Merge pull request #5960 from owncloud/enc_small_visual_improvementsVincent Petry2013-11-251-5/+5
|\ \ | | | | | | [encryption] some small visual improvements
| * | - show a spinner while decrypting files if the encryption app was disabledBjoern Schiessle2013-11-201-5/+5
| | | | | | | | | | | | - don't fade-out the decryption result
* | | fix typoBjoern Schiessle2013-11-251-1/+1
| | |
* | | remove logic from template and fix syntax errorThomas Mueller2013-11-242-2/+2
| | |
* | | replace echo with pFrank Karlitschek2013-11-242-2/+2
| | |
* | | show the build number if on the daily build update channelFrank Karlitschek2013-11-242-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-249-0/+36
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-2128-28/+0
| |
* | Merge pull request #5773 from owncloud/fix-2152-masterThomas Müller2013-11-212-4/+12
|\ \ | | | | | | Make working en_US.UTF-8 locale a hard requirement
| * | Fixing the warning notificationsThomas Müller2013-11-211-1/+9
| | |
| * | Update error messagesBart Visscher2013-11-152-3/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-213-2/+40
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-157-1/+59
| |
* | Fix spacing issue for checkboxes, vertically center checkboxes on personal pageMorris Jobke2013-11-111-0/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-0912-8/+63
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-0650-183/+66
|
* change 'Display Name' to more understandable 'Full Name', fix #5612Jan-Christoph Borchardt2013-11-063-5/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-032-2/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-035-26/+38
|
* Merge pull request #5638 from owncloud/admin-quotafieldMorris Jobke2013-10-312-4/+13
|\ | | | | Improve quota input field