summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* update translationsRobin Appelman2012-01-163-0/+45
|
* read language name from the right resourceRobin Appelman2012-01-151-1/+1
|
* make language name translatable and fallback to language code if we dont ↵Robin Appelman2012-01-151-1/+9
| | | | have the language name
* update translationsRobin Appelman2012-01-1511-4/+79
|
* add icon for log appGeorg Ehrke2012-01-143-0/+88
|
* add min width to multiselect in user managementRobin Appelman2012-01-141-3/+4
|
* don´t show warnings for missing language name definitionsFrank Karlitschek2012-01-141-1/+1
|
* update translationsRobin Appelman2012-01-1136-80/+398
|
* finish the application store feature so that users can download and install ↵Frank Karlitschek2012-01-061-16/+16
| | | | ownCloud apps from our website. there is still a small problem with write permissions. will look into this later
* Fix whitespace usernameGeorg Ehrke2012-01-021-1/+1
|
* also update the data attribute holding the quotaRobin Appelman2011-12-111-1/+1
|
* after editing a user quota, set the value of the quota field to how the ↵Robin Appelman2011-12-112-3/+6
| | | | | | server parsed the input, not the user input this way the user can see when an invalid input is given
* Sort apps on name and enabled statusBart Visscher2011-12-071-0/+8
|
* second half of the updating stuffFrank Karlitschek2011-11-191-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
|
* Correct little typo/bug in log display and remove ending php tagBrice Maron2011-10-181-1/+1
|
* Fix quota onBlur In Settings, Take from right attributeBrice Maron2011-10-171-1/+1
|
* make log level configurableRobin Appelman2011-10-165-3/+38
|
* provide a logging mechanismRobin Appelman2011-10-162-0/+70
|
* correct language nameRobin Appelman2011-10-141-1/+1
|
* moved bookmarklet to personal. username must be provided when adding a new user.Marvin Thomas Rabe2011-10-081-0/+4
|
* added code and license links next to version numberJan-Christoph Borchardt2011-10-081-2/+1
|
* updated calendar settingsMarvin Thomas Rabe2011-10-041-4/+6
|
* Removed unused javascriptMarvin Thomas Rabe2011-10-022-3/+1
|
* Changed multiple select for days of weekend to 'chosen'. Cleaned up some ↵Marvin Thomas Rabe2011-10-024-10/+11
| | | | code. Removed success message when changing timezone.
* Merge branch 'lostpassword'Bart Visscher2011-09-304-0/+39
|\ | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php
| * Add email field to personal preferencesBart Visscher2011-09-264-0/+39
| |
* | Add more checks for admin userBart Visscher2011-09-302-0/+2
| |
* | Check if the application is actually enabledBart Visscher2011-09-301-0/+1
| |
* | quota good cleand upMarvin Thomas Rabe2011-09-301-4/+4
| |
* | user list has descriptions nowMarvin Thomas Rabe2011-09-302-12/+24
| |
* | action image for quota is now invisble when user does not hover overMarvin Thomas Rabe2011-09-301-2/+2
| |
* | dissable app instalation from apps.owncloud.org interfaceRobin Appelman2011-09-281-15/+16
| |
* | 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-2512-83/+33
| | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
* fix creating usersRobin Appelman2011-09-251-0/+1
|
* actually check the correct password when changing the passwordRobin Appelman2011-09-251-1/+2
|
* check for old password when changing passwordsRobin Appelman2011-09-251-1/+1
|
* widened inputs for language and timezoneJan-Christoph Borchardt2011-09-241-0/+1
|
* settings/personal: calculate the relative usage with 2 decimalsFlorian Pritz2011-09-241-1/+1
| | | | | | | | Normally a browser window will be large enough that the bar is wider than 100px so we can use decimals to display the real usage more closely. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* settings/personal: remove padding from quota barFlorian Pritz2011-09-241-1/+1
| | | | | | | The text will stay in it's place, but 0% usage will lead to an empty bar. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* updated translationsJan-Christoph Borchardt2011-09-239-12/+160
|
* Move some common code to OC_UtilBart Visscher2011-09-186-30/+8
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Better feedback for saving calendar and openid settingsBart Visscher2011-09-112-8/+25
|
* Use OC_Helper::linkTo also for absolute urls.Bart Visscher2011-09-091-1/+1
| | | | One central place to check for https.
* updated translationsJan-Christoph Borchardt2011-09-043-4/+7
|
* having non-editable stuff as input fields is really confusing. You were ↵Jan-Christoph Borchardt2011-09-041-2/+3
| | | | right Robin ;)