Bernhard Posselt
4e55348054
implemented a heartbeat request which is calls the server every 15 minutes to prevent a session timeout
12 years ago
Bart Visscher
3582f7bd09
Execute the post setup check after finishing the setup
12 years ago
Lukas Reschke
68025ac43c
Add a route to the JS config
12 years ago
Thomas Tanghus
290d0714df
Add routes for vcategory favorites.
13 years ago
Lukas Reschke
7a7f12a0c1
Create only one CSRF token per session
...
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.
13 years ago
Bart Visscher
a9ff5635d8
Move loading setting routing to OC_Router
13 years ago
Bart Visscher
ed7accd237
Change search to use routing
13 years ago
Bart Visscher
fecfeac55d
Fix introduced style errors
13 years ago
Bart Visscher
0a614429af
Change the lostpassword flow to a controller
13 years ago
Bart Visscher
f3a211c03c
Implement routing on javascript side
13 years ago
Bart Visscher
de1bfe9d6b
Make the core ajax calls use the router
13 years ago
Bart Visscher
bb136b9adf
Make the settings ajax calls use the router
13 years ago
Bart Visscher
d0bd2bbf27
Convert menu entries of settings pages to use router
13 years ago
Bart Visscher
db4111f6d5
Routing: Add some core routes
13 years ago
Tom Needham
f09ecee63a
Move routes to ocs folder
13 years ago
Tom Needham
e33174f115
Add core routes and include them in OC_API::call()
13 years ago