Thomas Tanghus
6d3bbc5eeb
Fix typo
12 years ago
Thomas Tanghus
12bb197028
JS version of the OCP\ITags interface
12 years ago
kondou
8fd76e39cf
Use proper controller naming
12 years ago
kondou
a1e7614d73
Clean up oc_avatars
12 years ago
Bart Visscher
5539b9e843
Use the namespaced variation of the classname.
12 years ago
kondou
aa88eea9cf
Sanitize displayname, respect data @ $element, fix routename, clean after cropping, updateAvatar with displayname
12 years ago
kondou
c533b80682
Use OC_Cache and finish cropper functionality
12 years ago
kondou
8d8a57de7f
Continue work on cropper
12 years ago
kondou
1b45683168
Translate "Permission denied" & use class-autoloader
12 years ago
kondou
31736a1df3
Have a controller instead ofo avatar.php and fix some cropper-design
12 years ago
kondou
4521b54c67
Have /avatar.php as a central avatar-point
12 years ago
kondou
fac671b14e
Modularize get(), async getAvatar, avatars @ usermgmt
...
And other small improvements
12 years ago
Georg Ehrke
d9e8ebabdc
outsource sharing and deleted files previews to apps
12 years ago
kondou
9e8a6b704d
Add _many_ newlines at the end of files
12 years ago
Georg Ehrke
ac6a3133ec
style fixes
12 years ago
Georg Ehrke
e01bc7de98
Revert "OC\Preview - outsource static methods"
...
This reverts commit 14a35267c1
.
12 years ago
Georg Ehrke
14a35267c1
OC\Preview - outsource static methods
12 years ago
Georg Ehrke
04292ff16c
implement use of preview icons in thrashbin app
12 years ago
Georg Ehrke
fa6b96090a
move to OC namespace
12 years ago
Georg Ehrke
00985068ca
add previews for public files
12 years ago
Georg Ehrke
f02aca3f6e
add route for previews
12 years ago
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