summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
Commit message (Collapse)AuthorAgeFilesLines
* Very simple js console switcher.Thomas Tanghus2012-11-151-0/+1
|
* Create only one CSRF token per sessionLukas Reschke2012-10-311-1/+7
| | | | | | | | | Before, the CSRF token expired every hour. We had a script in place which should refresh the token but this don't worked in every case. (Laptop sleeping etc.) With this commit, the token will only get once created for every session so that the "Token expired" warning shouldn't appear.
* ->l expects two parametersLukas Reschke2012-10-281-2/+2
|
* Revert "Fix a typo"Lukas Reschke2012-10-281-1/+1
| | | | This reverts commit a306e4b8a02cb03d5c6f29aa602e75d075e2877f.
* Fix a typoLukas Reschke2012-10-281-1/+1
|
* Translate formatDate using jquery datepickerscambra2012-10-191-0/+1
|
* translate datepickerscambra2012-10-191-0/+3
|
* Fix to preserve backward compatibility for apps creating static links ↵Christian Reiner2012-09-281-2/+2
| | | | containing the request token (currently the contacts app and maybe some 3rd party implementations)
* Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-281-7/+2
|
* show the current username. This confused some peopleFrank Karlitschek2012-09-121-1/+1
|
* Move handling of core remotes to OC_TemplateLayoutBart Visscher2012-09-071-6/+0
|
* adding space between) and {Thomas Mueller2012-09-071-3/+3
|
* Don't wait for document ready for setting requesttokenBart Visscher2012-08-301-8/+4
|
* Small changes to allow updating main menu dynamically.Thomas Tanghus2012-08-051-1/+1
|
* CSRF protection for eventsourceRobin Appelman2012-07-221-0/+1
|
* add x-webkit-speech to searchboxGeorg Ehrke2012-06-241-1/+1
|
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-3/+3
|\ | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php
| * use new sanitizeHTML() functionBjoern Schiessle2012-06-211-1/+1
| |
| * CSS class headerAction -> header-actionFlorian Hülsmann2012-06-181-1/+1
| |
| * corrected header width and floating (can now dynamically add stuff to ↵Florian Hülsmann2012-06-181-2/+2
| | | | | | | | header); someone may test this in IE
* | Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-2/+12
|\| | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php
| * Make requesttoken global.Thomas Tanghus2012-06-141-1/+1
| |
| * Added JSON methods for CSRF prevention. Make request token accessible from ↵Thomas Tanghus2012-06-131-0/+10
| | | | | | | | template and add js var.
| * Better handling of core.css and core.jsBart Visscher2012-06-071-2/+2
| | | | | | | | | | Fixes calling remote.php on install. Fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-933
* | Change app path logic in templatesBrice Maron2012-06-061-2/+1
| |
* | Unit path and webpath, correct some moreBrice Maron2012-06-061-1/+2
|/
* Merge branch 'unstable'Bart Visscher2012-06-041-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * Combine and minimize core and default app js filesBart Visscher2012-05-161-0/+3
| |
| * Combine and minimize core and default app css filesBart Visscher2012-05-161-0/+3
| |
* | Sanitize search queries, thanks to Lukas ReschkeMichael Gapczynski2012-05-131-1/+1
|/
* Made the global settings icon accessable via keyboard.Thomas Tanghus2012-05-041-1/+1
| | | | Bug http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-561
* show the username in the title. good idea.Frank Karlitschek2012-04-301-1/+1
|
* fix position of SemicolonGeorg Ehrke2012-04-241-1/+1
|
* fix pathes in contactsGeorg Ehrke2012-04-241-0/+1
|
* fixed settings hover, now whole row sensitive and fading not jerkyJan-Christoph Borchardt2012-04-151-1/+1
|
* add a title attribute to the logout buttonFrank Karlitschek2012-04-121-1/+1
|
* UI problems solved. Bookmarks app updated.Marvin Thomas Rabe2012-02-221-2/+2
|
* Add application name to titleBart Visscher2012-02-121-1/+1
|
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-1/+1
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* Revert "Style searchbox like other textboxes"Jan-Christoph Borchardt2011-08-271-2/+2
| | | | | The search box style is a design decision, search boxes are always styled differently from other inputs. This reverts commit 9d48ca75ff5eba2a7ad3af2423388d4ab5e92d8c.
* Style searchbox like other textboxesMichael Gapczynski2011-08-271-2/+2
|
* more valid HTML, alt attributes, refactored pagenavi etc.Jan-Christoph Borchardt2011-08-201-2/+2
|
* some header fixesJan-Christoph Borchardt2011-08-191-4/+2
|
* more fixes for Personal and TipsyJan-Christoph Borchardt2011-08-141-2/+2
|
* removed subnavigation codeJan-Christoph Borchardt2011-08-131-12/+0
|
* lots of image changes, use svg EVERYWHERE POSSIBLEJan-Christoph Borchardt2011-08-111-6/+6
|
* restyle logoutJan-Christoph Borchardt2011-08-111-3/+1
|
* moved search box directly to templateJan-Christoph Borchardt2011-08-101-1/+3
|
* made sliding settings more awesomeJan-Christoph Borchardt2011-08-101-0/+3
|
* make more strings translatableRobin Appelman2011-08-101-1/+2
|