summaryrefslogtreecommitdiffstats
path: root/core/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* Add controller to generate client tokensChristoph Wurst2016-05-111-0/+1
|
* token based authChristoph Wurst2016-05-111-1/+2
| | | | | | | | * Add InvalidTokenException * add DefaultTokenMapper and use it to check if a auth token exists * create new token for the browser session if none exists hash stored token; save user agent * encrypt login password when creating the token
* Add route to resolve fileid to files app URLVincent Petry2016-05-061-0/+6
| | | | | | | The following routes will redirect to the files app and display the matching folder. If the fileid is a file, it will scroll to it. - http://localhost/owncloud/index.php/f/$fileid - http://localhost/owncloud/index.php/files/?dir=somedir&fileid=$fileid
* Move logout to controllerLukas Reschke2016-04-181-0/+1
| | | | Testable code. Yay.
* Move login form into controllerLukas Reschke2016-04-151-0/+1
| | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is.
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Fix routesLukas Reschke2015-04-281-4/+4
| | | | Fixes public sharing as reported on https://github.com/owncloud/core/issues/15913
* Update license headersJenkins for ownCloud2015-03-261-4/+27
|
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-23/+13
| | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller
* Revert "Updating license headers"Morris Jobke2015-02-261-26/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+26
|
* adjust paths for searchMorris Jobke2015-01-141-2/+2
|
* Refactor file sharing public link handlingLukas Reschke2014-11-141-3/+16
| | | | | | | fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php
* in case a translation javascript is not found we no longer bail outThomas Müller2014-10-291-3/+0
| | | | remove translation.php
* remove post setup checkThomas Müller2014-09-221-3/+0
|
* Use a route instead of s.php and convert tokens asapkondou2014-09-041-0/+5
|
* Use AppFramework instead of custom controllerLukas Reschke2014-08-251-5/+2
|
* add lookup route for displaynamesJörn Friedrich Dreyer2014-08-251-0/+4
|
* Add update route to coreLukas Reschke2014-08-191-1/+2
|
* Remove loadAppScriptFile from the default routesLukas Reschke2014-08-191-10/+0
|
* complete renaming uid to userIdMorris Jobke2014-06-131-2/+2
|
* Change routes. Update templatesVictor Dubiniuk2014-06-131-3/+3
|
* Changes according to reviewVictor Dubiniuk2014-06-131-33/+4
|
* Use appframeworkVictor Dubiniuk2014-06-131-9/+39
|
* BasicsVictor Dubiniuk2014-06-131-8/+5
|
* Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller2014-05-021-0/+2
| | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached
* update type hint in PHPDocThomas Müller2014-03-251-1/+2
|
* Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-021-2/+0
|
* kill old minimizer codeThomas Müller2014-02-201-3/+0
|
* avoid conflict with physical file config.jsThomas Müller2013-12-311-1/+2
|
* 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
| | |