summaryrefslogtreecommitdiffstats
path: root/core/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* implemented a heartbeat request which is calls the server every 15 minutes ↵Bernhard Posselt2013-02-261-0/+5
| | | | to prevent a session timeout
* Execute the post setup check after finishing the setupBart Visscher2013-02-061-0/+4
|
* Add a route to the JS configLukas Reschke2013-01-201-0/+3
|
* Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-051-3/+0
|\ | | | | | | | | Conflicts: lib/vcategories.php
| * Create only one CSRF token per sessionLukas Reschke2012-10-311-3/+0
| | | | | | | | | | | | | | | | | | 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.
* | Add routes for vcategory favorites.Thomas Tanghus2012-11-011-0/+6
|/
* Move loading setting routing to OC_RouterBart Visscher2012-10-291-2/+0
|
* Change search to use routingBart Visscher2012-10-291-0/+3
|
* Fix introduced style errorsBart Visscher2012-10-271-1/+1
|
* Change the lostpassword flow to a controllerBart Visscher2012-10-171-0/+14
|
* Implement routing on javascript sideBart Visscher2012-10-051-0/+3
|
* Make the core ajax calls use the routerBart Visscher2012-10-021-0/+21
|
* Make the settings ajax calls use the routerBart Visscher2012-10-021-13/+1
|
* Convert menu entries of settings pages to use routerBart Visscher2012-09-281-0/+15
|
* Routing: Add some core routesBart Visscher2012-08-121-0/+19