summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* backport https://github.com/owncloud/core/pull/1751Frank Karlitschek2013-02-181-1/+1
|
* Remove invalid characters from app id to prevent loading of invalid resourcesBart Visscher2013-02-112-2/+2
|
* backport 1bccc80996e270f928c207cdd3090f4284abaea5Georg Ehrke2012-08-164-1/+10
|
* Check if size isset, try to fix used space calculation again, fixs bug oc-1331Michael Gapczynski2012-07-301-2/+2
| | | | | Conflicts: settings/personal.php
* Fix used space calculation if shared folder does not exist, fixes bug oc-1331Michael Gapczynski2012-07-301-64/+69
| | | | | Conflicts: settings/personal.php
* CSRF checksLukas Reschke2012-07-2012-2/+14
|
* Prevent duplicate group showing in multiselect that added the groupMichael Gapczynski2012-07-011-1/+3
|
* Add new group to other user's group select formsMichael Gapczynski2012-07-011-0/+6
|
* Revert "bugfix for #1098 (assigning a group to a user, the group appears ↵Michael Gapczynski2012-07-011-1/+0
| | | | | | incrementally many times the more you assign it)" This reverts commit 265d7e50f55978a3bebfa077aa8552d5ea1b0c59.
* Fix setting custom quota size for users, bug fix for oc-1128Michael Gapczynski2012-06-281-1/+1
|
* bugfix for #1098 (assigning a group to a user, the group appears ↵Bjoern Schiessle2012-06-261-0/+1
| | | | incrementally many times the more you assign it)
* log messages are looking nicer if they are not escaped. (xss prevention ↵Bjoern Schiessle2012-06-222-2/+2
| | | | happens on another place)
* check if the data directory is accessible via http. Show a big security ↵Frank Karlitschek2012-06-213-2/+21
| | | | warning if yes
* use new sanitize HTML function backportedBjoern Schiessle2012-06-203-3/+3
| | | | | | Conflicts: lib/template.php
* Hide image with no source (avoid placeholder img)Brice Maron2012-06-181-0/+2
|
* don't add the "Shared"-directory size to users quotaBjoern Schiessle2012-06-181-1/+2
|
* escape log messages to avoid possible js executionBjoern Schiessle2012-06-181-1/+1
|
* applied patch provided by bug #966 to fix broken user specific quota settingsBjoern Schiessle2012-06-123-48/+76
|
* paging not yet implemented. increasing pagesize to 100 as a temporary quickfixFrank Karlitschek2012-06-091-1/+2
|
* fixed broken lines in user tableBjoern Schiessle2012-06-082-2/+3
| | | | | | Conflicts: settings/css/settings.css
* update translationsRobin Appelman2012-06-0644-92/+247
|
* Validate email on saveTom Needham2012-06-041-5/+4
|
* prevent a division by zero problemFrank Karlitschek2012-06-011-0/+1
|
* check during ownCloud upgrade if all the installed apps are compatible with ↵Frank Karlitschek2012-05-261-2/+2
| | | | the new ownCloud version. Disable them if not
* don´t claim that already downloaded 3rd party apps are internal appsFrank Karlitschek2012-05-181-2/+7
|
* update translationsRobin Appelman2012-05-178-8/+104
|
* Switch enable button only when app is really installed or uninstalledBrice Maron2012-05-141-5/+13
|
* prevent user creation with empty passwordRobin Appelman2012-05-131-1/+5
|
* update translationsRobin Appelman2012-05-1317-2/+152
|
* The log message is not always shown in htmlBart Visscher2012-05-101-1/+1
| | | | The log message can also be logged with syslog, here we don't want to have html-entities. Also the log messages through json are displayed as text not html.
* Sanitize group in togglegroupsMichael Gapczynski2012-05-091-1/+1
|
* update translationsRobin Appelman2012-05-0942-131/+292
|
* Enhance user creation (avoid create+delete row), clear create user form ↵Brice Maron2012-05-071-27/+29
| | | | after action
* Create a function for linking to remote.phpBart Visscher2012-05-071-1/+1
|
* Reorder code to avoid race condition in user creationBrice Maron2012-05-071-17/+16
|
* fix path of webdavGeorg Ehrke2012-05-071-1/+1
|
* Provide feedback when user creation failsMichael Gapczynski2012-05-062-5/+7
|
* fix path of webdavGeorg Ehrke2012-05-051-1/+1
|
* Tried to make settings/apps more keyboard/screenreader friendly.Thomas Tanghus2012-05-042-1/+8
|
* Fix log viewing bugMichael Gapczynski2012-05-021-1/+1
|
* removing executable bit from various filesThomas Mueller2012-04-302-0/+0
|
* add files to blacklist. Should be always onFrank Karlitschek2012-04-291-1/+1
|
* a lot of users have problems with big files. So add an explicit button to ↵Frank Karlitschek2012-04-261-0/+1
| | | | the documentation
* adding proper copyright and license notice to the style filesJan-Christoph Borchardt2012-04-231-0/+4
|
* Personal settings: Emphasized labels etc, mono-spaced generated paths and ↵Thomas Tanghus2012-04-221-1/+1
| | | | moved text formatting to style sheet.
* improve the app installer.Frank Karlitschek2012-04-215-3/+16
| | | | | show a label if an app is an internal app or a third party app from the app store. show a preview image of the app if available
* add a link to the desktop and mobile clients download.Frank Karlitschek2012-04-211-0/+6
|
* add a button to open the online documentationFrank Karlitschek2012-04-211-0/+1
|
* reload log after changing log levelRobin Appelman2012-04-162-4/+17
|
* merge log into adminRobin Appelman2012-04-164-35/+34
|