Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Very simple js console switcher. | Thomas Tanghus | 2012-11-15 | 1 | -0/+1 |
| | |||||
* | Create only one CSRF token per session | Lukas Reschke | 2012-10-31 | 1 | -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 parameters | Lukas Reschke | 2012-10-28 | 1 | -2/+2 |
| | |||||
* | Revert "Fix a typo" | Lukas Reschke | 2012-10-28 | 1 | -1/+1 |
| | | | | This reverts commit a306e4b8a02cb03d5c6f29aa602e75d075e2877f. | ||||
* | Fix a typo | Lukas Reschke | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Translate formatDate using jquery datepicker | scambra | 2012-10-19 | 1 | -0/+1 |
| | |||||
* | translate datepicker | scambra | 2012-10-19 | 1 | -0/+3 |
| | |||||
* | Fix to preserve backward compatibility for apps creating static links ↵ | Christian Reiner | 2012-09-28 | 1 | -2/+2 |
| | | | | containing the request token (currently the contacts app and maybe some 3rd party implementations) | ||||
* | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 1 | -7/+2 |
| | |||||
* | show the current username. This confused some people | Frank Karlitschek | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | Move handling of core remotes to OC_TemplateLayout | Bart Visscher | 2012-09-07 | 1 | -6/+0 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | Don't wait for document ready for setting requesttoken | Bart Visscher | 2012-08-30 | 1 | -8/+4 |
| | |||||
* | Small changes to allow updating main menu dynamically. | Thomas Tanghus | 2012-08-05 | 1 | -1/+1 |
| | |||||
* | CSRF protection for eventsource | Robin Appelman | 2012-07-22 | 1 | -0/+1 |
| | |||||
* | add x-webkit-speech to searchbox | Georg Ehrke | 2012-06-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 1 | -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() function | Bjoern Schiessle | 2012-06-21 | 1 | -1/+1 |
| | | |||||
| * | CSS class headerAction -> header-action | Florian Hülsmann | 2012-06-18 | 1 | -1/+1 |
| | | |||||
| * | corrected header width and floating (can now dynamically add stuff to ↵ | Florian Hülsmann | 2012-06-18 | 1 | -2/+2 |
| | | | | | | | | header); someone may test this in IE | ||||
* | | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-14 | 1 | -2/+12 |
|\| | | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php | ||||
| * | Make requesttoken global. | Thomas Tanghus | 2012-06-14 | 1 | -1/+1 |
| | | |||||
| * | Added JSON methods for CSRF prevention. Make request token accessible from ↵ | Thomas Tanghus | 2012-06-13 | 1 | -0/+10 |
| | | | | | | | | template and add js var. | ||||
| * | Better handling of core.css and core.js | Bart Visscher | 2012-06-07 | 1 | -2/+2 |
| | | | | | | | | | | Fixes calling remote.php on install. Fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-933 | ||||
* | | Change app path logic in templates | Brice Maron | 2012-06-06 | 1 | -2/+1 |
| | | |||||
* | | Unit path and webpath, correct some more | Brice Maron | 2012-06-06 | 1 | -1/+2 |
|/ | |||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -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 files | Bart Visscher | 2012-05-16 | 1 | -0/+3 |
| | | |||||
| * | Combine and minimize core and default app css files | Bart Visscher | 2012-05-16 | 1 | -0/+3 |
| | | |||||
* | | Sanitize search queries, thanks to Lukas Reschke | Michael Gapczynski | 2012-05-13 | 1 | -1/+1 |
|/ | |||||
* | Made the global settings icon accessable via keyboard. | Thomas Tanghus | 2012-05-04 | 1 | -1/+1 |
| | | | | Bug http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-561 | ||||
* | show the username in the title. good idea. | Frank Karlitschek | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | fix position of Semicolon | Georg Ehrke | 2012-04-24 | 1 | -1/+1 |
| | |||||
* | fix pathes in contacts | Georg Ehrke | 2012-04-24 | 1 | -0/+1 |
| | |||||
* | fixed settings hover, now whole row sensitive and fading not jerky | Jan-Christoph Borchardt | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | add a title attribute to the logout button | Frank Karlitschek | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | UI problems solved. Bookmarks app updated. | Marvin Thomas Rabe | 2012-02-22 | 1 | -2/+2 |
| | |||||
* | Add application name to title | Bart Visscher | 2012-02-12 | 1 | -1/+1 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -1/+1 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | Revert "Style searchbox like other textboxes" | Jan-Christoph Borchardt | 2011-08-27 | 1 | -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 textboxes | Michael Gapczynski | 2011-08-27 | 1 | -2/+2 |
| | |||||
* | more valid HTML, alt attributes, refactored pagenavi etc. | Jan-Christoph Borchardt | 2011-08-20 | 1 | -2/+2 |
| | |||||
* | some header fixes | Jan-Christoph Borchardt | 2011-08-19 | 1 | -4/+2 |
| | |||||
* | more fixes for Personal and Tipsy | Jan-Christoph Borchardt | 2011-08-14 | 1 | -2/+2 |
| | |||||
* | removed subnavigation code | Jan-Christoph Borchardt | 2011-08-13 | 1 | -12/+0 |
| | |||||
* | lots of image changes, use svg EVERYWHERE POSSIBLE | Jan-Christoph Borchardt | 2011-08-11 | 1 | -6/+6 |
| | |||||
* | restyle logout | Jan-Christoph Borchardt | 2011-08-11 | 1 | -3/+1 |
| | |||||
* | moved search box directly to template | Jan-Christoph Borchardt | 2011-08-10 | 1 | -1/+3 |
| | |||||
* | made sliding settings more awesome | Jan-Christoph Borchardt | 2011-08-10 | 1 | -0/+3 |
| | |||||
* | make more strings translatable | Robin Appelman | 2011-08-10 | 1 | -1/+2 |
| |