summaryrefslogtreecommitdiffstats
path: root/core/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoThomas Tanghus2013-10-041-1/+1
|
* JS version of the OCP\ITags interfaceThomas Tanghus2013-10-041-13/+37
|
* Merge branch 'master' into oc_avatarskondou2013-09-121-5/+4
|\
| * Use the namespaced variation of the classname.Bart Visscher2013-09-021-5/+4
| |
* | Use proper controller namingkondou2013-09-041-5/+5
| |
* | Clean up oc_avatarskondou2013-09-041-2/+2
| |
* | Sanitize displayname, respect data @ $element, fix routename, clean after ↵kondou2013-08-311-4/+3
| | | | | | | | cropping, updateAvatar with displayname
* | Merge branch 'master' into oc_avatarskondou2013-08-311-1/+2
|\|
| * outsource sharing and deleted files previews to appsGeorg Ehrke2013-08-191-4/+0
| |
| * Merge master into oc_previewGeorg Ehrke2013-08-191-1/+1
| |\
| * | style fixesGeorg Ehrke2013-07-301-3/+3
| | |
| * | Revert "OC\Preview - outsource static methods"Georg Ehrke2013-07-291-4/+3
| | | | | | | | | | | | This reverts commit 14a35267c15115a1e7d2901ddd9b8c5c7e1b9a31.
| * | OC\Preview - outsource static methodsGeorg Ehrke2013-07-111-3/+4
| | |
| * | implement use of preview icons in thrashbin appGeorg Ehrke2013-07-081-0/+2
| | |
| * | move to OC namespaceGeorg Ehrke2013-05-291-2/+2
| | |
| * | add previews for public filesGeorg Ehrke2013-05-221-0/+2
| | |
| * | add route for previewsGeorg Ehrke2013-04-251-1/+2
| | |
* | | Use OC_Cache and finish cropper functionalitykondou2013-08-291-2/+1
| | |
* | | Continue work on cropperkondou2013-08-281-1/+1
| | |
* | | Translate "Permission denied" & use class-autoloaderkondou2013-08-271-6/+5
| | |
* | | Have a controller instead ofo avatar.php and fix some cropper-designkondou2013-08-261-0/+20
| | |
* | | Have /avatar.php as a central avatar-pointkondou2013-08-251-3/+0
| | |
* | | Modularize get(), async getAvatar, avatars @ usermgmtkondou2013-08-251-0/+3
| |/ |/| | | | | And other small improvements
* | Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|/
* 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