Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented a heartbeat request which is calls the server every 15 minutes ↵ | Bernhard Posselt | 2013-02-26 | 1 | -0/+5 |
| | | | | to prevent a session timeout | ||||
* | Execute the post setup check after finishing the setup | Bart Visscher | 2013-02-06 | 1 | -0/+4 |
| | |||||
* | Add a route to the JS config | Lukas Reschke | 2013-01-20 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-05 | 1 | -3/+0 |
|\ | | | | | | | | | Conflicts: lib/vcategories.php | ||||
| * | Create only one CSRF token per session | Lukas Reschke | 2012-10-31 | 1 | -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 Tanghus | 2012-11-01 | 1 | -0/+6 |
|/ | |||||
* | Move loading setting routing to OC_Router | Bart Visscher | 2012-10-29 | 1 | -2/+0 |
| | |||||
* | Change search to use routing | Bart Visscher | 2012-10-29 | 1 | -0/+3 |
| | |||||
* | Fix introduced style errors | Bart Visscher | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | Change the lostpassword flow to a controller | Bart Visscher | 2012-10-17 | 1 | -0/+14 |
| | |||||
* | Implement routing on javascript side | Bart Visscher | 2012-10-05 | 1 | -0/+3 |
| | |||||
* | Make the core ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -0/+21 |
| | |||||
* | Make the settings ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -13/+1 |
| | |||||
* | Convert menu entries of settings pages to use router | Bart Visscher | 2012-09-28 | 1 | -0/+15 |
| | |||||
* | Routing: Add some core routes | Bart Visscher | 2012-08-12 | 1 | -0/+19 |