summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge commit 'refs/merge-requests/127' of ↵Michael Gapczynski2012-06-134-6/+6
|\ | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php
| * Fixes a issue with the logLukas Reschke2012-06-111-2/+2
| |
| * Make some apps compatibleLukas Reschke2012-06-114-6/+6
| |
| * RevertLukas Reschke2012-06-115-16/+16
| |
| * Settings...Lukas Reschke2012-06-115-16/+16
| |
* | applied patch provided by bug #966 to fix broken user specific quota settingsBjoern Schiessle2012-06-123-48/+76
|/
* apps paging is not yet implemented. increase pagesize to 100 as a quickfixFrank Karlitschek2012-06-091-1/+2
|
* fixed broken lines in user tableBjoern Schiessle2012-06-082-2/+3
|
* Protect the help pageTom Needham2012-06-071-3/+3
|
* update translationsRobin Appelman2012-06-0644-92/+247
|
* Per user quota didn't show in FF (and possibly IE) ↵Thomas Tanghus2012-06-051-1/+1
| | | | http://forum.owncloud.org/viewtopic.php?f=4&t=2716&p=5373#p5324.
* Fix newline in codeBart Visscher2012-06-041-2/+3
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudTom Needham2012-06-041-0/+2
|\
| * Hide app page link for internal apps, fixes bug oc-913Michael Gapczynski2012-06-041-0/+2
| |
* | Validate email on saveTom Needham2012-06-041-5/+4
|/
* link to apps.owncloud.comFrank Karlitschek2012-06-032-2/+7
| | | | thanks to guillaume for the patch
* prevend a division by zero problemFrank Karlitschek2012-06-011-0/+1
|
* Remove OC_App::register functionBart Visscher2012-05-311-7/+0
| | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* 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
* update copyrightFrank Karlitschek2012-05-263-3/+3
|
* 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
|
* Fix password is being saved even if not changedBart Visscher2012-04-151-0/+4
| | | | Fixes: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-303
* sanity check on language selectionRobin Appelman2012-04-151-2/+8
|