aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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>
* Use OC_Helper::linkTo also for absolute urls.Bart Visscher2011-09-091-1/+1
| | | | One central place to check for https.
* having non-editable stuff as input fields is really confusing. You were ↵Jan-Christoph Borchardt2011-09-041-2/+3
| | | | right Robin ;)
* Use Chosen for language select formMichael Gapczynski2011-08-271-1/+1
|
* Add locale for password change errorMichael Gapczynski2011-08-271-1/+1
|
* allow apps to register form for the settings and admin pagesRobin Appelman2011-08-236-1/+42
|
* added controls bar for Apps and HelpJan-Christoph Borchardt2011-08-212-15/+20
|
* more valid HTML, alt attributes, refactored pagenavi etc.Jan-Christoph Borchardt2011-08-203-9/+12
|
* made translation link language-specificJan-Christoph Borchardt2011-08-191-1/+1
|
* language updates, optimization of Help HTMLJan-Christoph Borchardt2011-08-182-22/+18
|
* make the help section working and pretty. knowledge base entries are fetched ↵Frank Karlitschek2011-08-171-5/+6
| | | | via OCS from a different server. cool stuff
* add option to set user quotaRobin Appelman2011-08-151-0/+4
|
* more fixes for Personal and TipsyJan-Christoph Borchardt2011-08-141-6/+5
|
* Show language names in PersonalRobin Appelman2011-08-141-1/+1
|
* fix some details in PersonalRobin Appelman2011-08-141-1/+3
|
* updated tipsy, tooltips finally work everywhere, thanks icewindJan-Christoph Borchardt2011-08-141-2/+2
|
* more info in personal, WebDAV, OpenIDJan-Christoph Borchardt2011-08-141-17/+24
|
* fix creating usersRobin Appelman2011-08-131-2/+2
|
* various CSS fixesJan-Christoph Borchardt2011-08-131-3/+3
|
* CSS update, Personal looks better nowJan-Christoph Borchardt2011-08-131-23/+15
|
* added global action class for iconsJan-Christoph Borchardt2011-08-131-2/+2
|
* merged admin, help and settings to settingsJan-Christoph Borchardt2011-08-134-0/+82
|
* make more strings translatableRobin Appelman2011-08-101-1/+1
|
* apps can now add their own forms to the Personal pageRobin Appelman2011-08-081-10/+4
|
* removed paragraphs in forms, added show password functionJan-Christoph Borchardt2011-08-081-18/+6
|
* move openid settings to PersonalRobin Appelman2011-08-061-0/+11
|
* make personal settings translatableRobin Appelman2011-06-201-8/+8
|
* add settings option for languageRobin Appelman2011-06-201-18/+30
|
* Made the "change password" thingie in settings workingJakob Sack2011-04-181-9/+11
|
* user the prettybuttonFrank Karlitschek2011-04-171-1/+1
|
* show real data in account informationRobin Appelman2011-04-171-2/+2
|
* away with the h1, in with the good stuffJan-Christoph Borchardt2011-04-171-7/+27
|
* Changes in the user experienceJakob Sack2011-04-161-17/+1
|
* Getting rid of Smarty, using our own template systemJakob Sack2011-03-022-19/+24
|
* Say Smarty to only use one compile directory. Makes setup somewhat easier.Jakob Sack2011-03-021-0/+0
|
* Start of the refactoring. Commit is quite big because I forgot to use git ↵Jakob Sack2011-03-012-0/+19
right from the beginning. Sorry.