summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Use JS as content-type due to mimesniffingLukas Reschke2014-04-251-3/+3
|
* Allow numeric group namesringmaster2013-09-121-3/+3
|
* Ensure creation of a JSON array, not an object.ringmaster2013-09-121-1/+1
|
* storage information is path specificThomas Müller2013-08-271-1/+1
|
* Break long lines into smaller ones.Owen Winkler2013-08-231-3/+10
|
* Use JSON to send/receive group data.Owen Winkler2013-08-234-22/+22
| | | | | | | Squashed commits from PR #4364 for master. Conflicts: settings/js/users.js
* fix hidden groups in Firefox on Mac - fix 2571Morris Jobke2013-08-171-0/+4
|
* also adjust template properly for log date fixBernhard Posselt2013-08-011-1/+5
|
* fix admin log display and use a more readable formatBernhard Posselt2013-08-011-1/+5
|
* Squashed commit of the following:Thomas Müller2013-07-222-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 7e875ff47ae1a3e546c74fb12895b2bfbeedabdf Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Sun Jul 14 21:58:08 2013 +0200 No admin option to enable public upload in case encryption is enabled No upload on pubic page if public upload is disabled commit 4939d9a668c13cdd74e8bb8e305bdd7a59661c4d Author: Thomas Mueller <thomas.mueller@tmit.eu> Date: Fri Jul 12 21:34:38 2013 +0200 change anonymous to public commit c3bda8654d911383ae0acf9e41adda7117cb79f8 Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 12 17:51:01 2013 +0200 fixing Undefined index: publicUploadEnabled commit 98861afde443c12a2ef5290c83c63fd12b7b196d Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 12 17:05:58 2013 +0200 in case the encryption app is enabled we cannot yet allow anonymous upload commit 974f09629d0e8bf5d90cf8546fa4a82738ebdebe Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 12 17:03:51 2013 +0200 new admin setting added which allows to turn off anonymous uploads
* Use transifex.com on link to translationsrolandgeider2013-07-161-1/+1
| | | | | Conflicts: settings/templates/personal.php
* Some styling to user listVictor Dubiniuk2013-07-121-0/+2
|
* Merge https://github.com/owncloud/core/pull/3827Björn Schießle2013-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit eed4b49cebcbcc252a75ed85097730b73213b0da Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 8 10:03:23 2013 +0200 initialize OC_Defaults only once commit bf6f07ccc8fb87535a069ca341789a590cb187ee Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 8 10:02:48 2013 +0200 link to doc in error messages commit ea61ee60e06ee98f2671aec1fdaff666c50f47c2 Merge: e41af3d 3c1308f Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jul 4 11:10:56 2013 +0200 Merge branch 'master' into better-messages commit e41af3d7bad26aa5ca9ab21ec7dcbadd3cfe5d4f Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jul 4 11:10:41 2013 +0200 move to non-static defaults.php commit 9e4258b1905244bdf34943a825421f041cbed43d Author: Björn Schießle <schiessle@owncloud.com> Date: Tue Jul 2 10:32:13 2013 +0200 no sprintf here, lets t() handle it commit fe1df349e248667a137f70d78b04225e5b42a111 Merge: d8f6859 cb5811b Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:13:38 2013 +0200 Merge branch 'master' into better-messages commit d8f68595df2dc0e0917d916cbde511ec5333010b Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:10:57 2013 +0200 use document base url from defaults.php commit 6c5403748a45717125a2aa375550f05646317d72 Merge: bea6b1c 7b0e3e6 Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:00:15 2013 +0200 Merge branch 'master' into better-messages commit bea6b1c8a0968846065b9153e0a3f46a4e3245ee Author: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Mon Jun 24 16:21:12 2013 +0200 link to docs in WebDAV message, ref #3791 commit 3119b364a1094769e711283d1ce9014505f64ab9 Author: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Mon Jun 24 16:10:21 2013 +0200 link to docs in error messages, fix #3819 Conflicts: lib/config.php
* Do not add groups if user has no groupsVictor Dubiniuk2013-07-041-2/+4
|
* move to non-static OC_DefaultsBjörn Schießle2013-07-033-8/+8
|
* Add init funtion to OC_Defaults to be able to wrap translatable stringsBjörn Schießle2013-07-033-0/+5
|
* Use svg to png fallback on demand onlyVictor Dubiniuk2013-07-011-1/+1
|
* Add fallback for svg app iconsVictor Dubiniuk2013-07-011-1/+5
|
* Hide a ghost image on the apps management pageVictor Dubiniuk2013-07-012-1/+6
|
* check for updates only in the community editionBjörn Schießle2013-06-261-1/+1
|
* construct the foother in defaults.php so that we use always the same footerBjörn Schießle2013-06-262-11/+16
|
* Replace display name onlyVictor Dubiniuk2013-06-211-1/+1
|
* fix link to translation, bug was introduced by ↵Björn Schießle2013-06-171-1/+1
| | | | https://github.com/owncloud/core/commit/ca7699c8bdb85df9b69e3639f53d1b959287ba16#settings/templates/personal.php
* don't show translation hints in enterprise editionBjörn Schießle2013-06-131-1/+3
| | | | | | Conflicts: settings/templates/personal.php
* move common settings footer fieldset out of conditionalJan-Christoph Borchardt2013-06-132-9/+4
|
* make footer and urls aware of ownCloud editionsBjörn Schießle2013-06-133-5/+13
|
* only check for recovery key if someone else than the user wants to change ↵Björn Schießle2013-06-131-1/+1
| | | | | | | | the password Conflicts: settings/ajax/changepassword.php
* fix password change when files_encryption app is disabledFlorin Peter2013-06-131-30/+37
| | | | | | Conflicts: settings/ajax/changepassword.php
* move storage bar below clients showcase to make it more visibleJan-Christoph Borchardt2013-06-121-6/+9
|
* use pre_setPassword hook to update the encryption keys if the back-end ↵Björn Schießle2013-06-101-9/+21
| | | | doesn't support password change; improved output to let the admin know what happened
* add hint about what the recovery password field is forBjörn Schießle2013-06-101-1/+5
|
* The "lost password" field depends on OC_USER_BACKEND_SET_PASSWORDzafi2013-05-281-0/+6
| | | | so it should only be visible for users with a supporting backend.
* port css for recovery passwd input to stable5Björn Schießle2013-05-241-0/+2
|
* backport: enable admin to recover encrypted filesBjörn Schießle2013-05-244-3/+26
|
* allow to set quota to zero, issue #2696Björn Schießle2013-05-061-5/+1
|
* Fix retrieval of users with multiple backendsArthur Schiwon2013-04-302-5/+16
|
* Add span tag while enabling or disbling apps as well.raghunayyar2013-04-131-1/+3
|
* Add the quota change listeners to newly added user entries in the user listRobin Appelman2013-04-101-12/+19
|
* fixes #2743 - use public OC_User::getDisplayName instead of ↵Thomas Mueller2013-04-091-1/+1
| | | | OC_User::determineDisplayName
* Users: fix "Other.." quota option for the default quotaRobin Appelman2013-04-091-1/+1
|
* Unescape the update hintLukas Reschke2013-04-051-1/+1
| | | Backport of 8000f9db74ef2890cac74a34132c2550e4be6f11, fixes #2676
* User list: Keep array of available groups. Should fix #873Thomas Tanghus2013-03-291-4/+13
|
* Users: use DisplayName in the Display Name col when appending usersArthur Schiwon2013-03-271-1/+1
|
* Merge pull request #2531 from Mirodin/patch-5Thomas Müller2013-03-241-14/+14
|\ | | | | Update de.php
| * Update de.phpMirodin2013-03-221-14/+14
| | | | | | Fixed some translation issues
* | Merge pull request #2532 from Mirodin/patch-6Thomas Müller2013-03-241-10/+10
|\ \ | | | | | | Update de_DE.php
| * | Update de_DE.phpMirodin2013-03-221-10/+10
| |/ | | | | Fixed some translation issues
* / Improve detection of installations errorsBrice Maron2013-03-231-1/+7
|/
* User list: Avoid dupes and better sorting. Fix #2420Thomas Tanghus2013-03-191-15/+65
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-101-3/+3
|