summaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* improve default qouta for subadminsGeorg Ehrke2012-07-201-2/+13
|
* fix copy&paste fail and deny subadmins to set the default qoutaGeorg Ehrke2012-07-191-1/+1
|
* subadmins can now add usersGeorg Ehrke2012-07-151-7/+13
|
* some work on subadminsGeorg Ehrke2012-07-091-2/+20
|
* Added undo functionality to delete user procedure on user settings pageSam Tuke2012-07-041-0/+2
|
* move the ownCloud version to admin which makes more sense. A normal user ↵Frank Karlitschek2012-06-292-5/+7
| | | | can´t update ownCloud anyways.
* Added text ACS warning to admin's user settings page, and corresponding CSS ↵Sam Tuke2012-06-251-0/+5
| | | | styles
* XSS fix.Thomas Tanghus2012-06-251-1/+1
|
* Allow direct link to app.Thomas Tanghus2012-06-251-1/+3
|
* check if the data directory is accessible via http. Show a big security ↵Frank Karlitschek2012-06-211-0/+15
| | | | warning if yes
* Merge commit 'refs/merge-requests/127' of ↵Michael Gapczynski2012-06-132-4/+4
|\ | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php
| * Make some apps compatibleLukas Reschke2012-06-112-4/+4
| |
* | applied patch provided by bug #966 to fix broken user specific quota settingsBjoern Schiessle2012-06-121-41/+69
|/
* fixed broken lines in user tableBjoern Schiessle2012-06-081-1/+1
|
* Protect the help pageTom Needham2012-06-071-3/+3
|
* link to apps.owncloud.comFrank Karlitschek2012-06-031-1/+2
| | | | thanks to guillaume for the patch
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* 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.
* Create a function for linking to remote.phpBart Visscher2012-05-071-1/+1
|
* fix path of webdavGeorg Ehrke2012-05-071-1/+1
|
* fix path of webdavGeorg Ehrke2012-05-051-1/+1
|
* Tried to make settings/apps more keyboard/screenreader friendly.Thomas Tanghus2012-05-041-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
* 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-211-2/+4
| | | | | 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
|
* merge log into adminRobin Appelman2012-04-162-32/+21
|
* improved updater wordingJan-Christoph Borchardt2012-04-141-4/+2
|
* Update urlTom Needham2012-04-071-1/+1
|
* Show the different editions to the user. Used in the status call, on the ↵Frank Karlitschek2012-04-011-1/+1
| | | | personal settings page and in the updater to update to the next available version from the same edition.
* improve log browsingRobin Appelman2012-02-261-2/+3
|
* add configure option for default quotaRobin Appelman2012-02-241-0/+15
|
* new config widget for user quotaRobin Appelman2012-02-241-3/+11
|
* Updated bookmark formMarvin Thomas Rabe2012-02-221-6/+5
|
* Use separate function to make absolute urlsBart Visscher2012-02-171-1/+1
|
* add a link to the credits page. fame for all our awesome contributorsFrank Karlitschek2012-01-291-0/+1
|
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-1/+3
|
* Display correctly the error message when nothing is retrieved from OCS serversBrice Maron2011-11-061-1/+4
|
* corrected link for app dev instructionsJan-Christoph Borchardt2011-10-231-1/+1
|
* Change 'Help translating' to 'Help translate'Michael Gapczynski2011-10-221-1/+1
|
* make log level configurableRobin Appelman2011-10-162-3/+16
|
* provide a logging mechanismRobin Appelman2011-10-161-0/+29
|
* added code and license links next to version numberJan-Christoph Borchardt2011-10-081-2/+1
|
* Merge branch 'lostpassword'Bart Visscher2011-09-301-0/+8
|\ | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php
| * Add email field to personal preferencesBart Visscher2011-09-261-0/+8
| |
* | user list has descriptions nowMarvin Thomas Rabe2011-09-301-12/+22
| |
* | add status file. useful for external administration. show the ownClopud ↵Frank Karlitschek2011-09-281-0/+8
|/ | | | version at least in the config dialog.
* dont set content type to json for AppsRobin Appelman2011-09-261-1/+1
|
* Use OC_JSON for json responsesBart Visscher2011-09-251-1/+1
| | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.