Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the core tag routes since they are broken | Roeland Jago Douma | 2016-08-26 | 1 | -37/+0 |
| | | | | | | Private internal stuff that nobody *should* be using anyways. But on top of that already broken for a long time. So nobody could be using it even. | ||||
* | Merge pull request #956 from nextcloud/fix_952 | Lukas Reschke | 2016-08-23 | 1 | -2/+2 |
|\ | | | | | When using permalinks don't error out if file id can't be found | ||||
| * | When using permalinks don't error out if file id can't be found | Roeland Jago Douma | 2016-08-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts | ||||
* | | Merge pull request #865 from nextcloud/ocs_config | Morris Jobke | 2016-08-19 | 1 | -0/+1 |
|\ \ | | | | | | | Move OCS route /config to proper controller | ||||
| * | | Move /config over to Core OCSController | Roeland Jago Douma | 2016-08-18 | 1 | -0/+1 |
| |/ | |||||
* / | Kill ajax/share.php | Roeland Jago Douma | 2016-08-18 | 1 | -3/+0 |
|/ | | | | | Using this file will insert invalid shares. OCS has to be used exclusively! | ||||
* | Move /cloud/user to Core app | Roeland Jago Douma | 2016-08-09 | 1 | -0/+1 |
| | |||||
* | Move getCapabilities over to Core | Roeland Jago Douma | 2016-08-09 | 1 | -0/+3 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
| | |||||
* | Revert "occ web executor (#24957)" | Morris Jobke | 2016-07-07 | 1 | -1/+0 |
| | | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c. | ||||
* | occ web executor (#24957) | VicDeo | 2016-06-22 | 1 | -0/+1 |
| | | | | | | | | | | | | * Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+3 |
| | |||||
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -0/+3 |
| | |||||
* | Add controller to generate client tokens | Christoph Wurst | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | token based auth | Christoph Wurst | 2016-05-11 | 1 | -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 URL | Vincent Petry | 2016-05-06 | 1 | -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 controller | Lukas Reschke | 2016-04-18 | 1 | -0/+1 |
| | | | | Testable code. Yay. | ||||
* | Move login form into controller | Lukas Reschke | 2016-04-15 | 1 | -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üller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Fix routes | Lukas Reschke | 2015-04-28 | 1 | -4/+4 |
| | | | | Fixes public sharing as reported on https://github.com/owncloud/core/issues/15913 | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+27 |
| | |||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -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 Jobke | 2015-02-26 | 1 | -26/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+26 |
| | |||||
* | adjust paths for search | Morris Jobke | 2015-01-14 | 1 | -2/+2 |
| | |||||
* | Refactor file sharing public link handling | Lukas Reschke | 2014-11-14 | 1 | -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 out | Thomas Müller | 2014-10-29 | 1 | -3/+0 |
| | | | | remove translation.php | ||||
* | remove post setup check | Thomas Müller | 2014-09-22 | 1 | -3/+0 |
| | |||||
* | Use a route instead of s.php and convert tokens asap | kondou | 2014-09-04 | 1 | -0/+5 |
| | |||||
* | Use AppFramework instead of custom controller | Lukas Reschke | 2014-08-25 | 1 | -5/+2 |
| | |||||
* | add lookup route for displaynames | Jörn Friedrich Dreyer | 2014-08-25 | 1 | -0/+4 |
| | |||||
* | Add update route to core | Lukas Reschke | 2014-08-19 | 1 | -1/+2 |
| | |||||
* | Remove loadAppScriptFile from the default routes | Lukas Reschke | 2014-08-19 | 1 | -10/+0 |
| | |||||
* | complete renaming uid to userId | Morris Jobke | 2014-06-13 | 1 | -2/+2 |
| | |||||
* | Change routes. Update templates | Victor Dubiniuk | 2014-06-13 | 1 | -3/+3 |
| | |||||
* | Changes according to review | Victor Dubiniuk | 2014-06-13 | 1 | -33/+4 |
| | |||||
* | Use appframework | Victor Dubiniuk | 2014-06-13 | 1 | -9/+39 |
| | |||||
* | Basics | Victor Dubiniuk | 2014-06-13 | 1 | -8/+5 |
| | |||||
* | Images on public sharing get downscaled to increase use experience - this ↵ | Thomas Müller | 2014-05-02 | 1 | -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 PHPDoc | Thomas Müller | 2014-03-25 | 1 | -1/+2 |
| | |||||
* | Replace OC.Router.generate() with OC.generateUrl() | Thomas Müller | 2014-03-02 | 1 | -2/+0 |
| | |||||
* | kill old minimizer code | Thomas Müller | 2014-02-20 | 1 | -3/+0 |
| | |||||
* | avoid conflict with physical file config.js | Thomas Müller | 2013-12-31 | 1 | -1/+2 |
| | |||||
* | Fix typo | Thomas Tanghus | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | JS version of the OCP\ITags interface | Thomas Tanghus | 2013-10-04 | 1 | -13/+37 |
| | |||||
* | Merge branch 'master' into oc_avatars | kondou | 2013-09-12 | 1 | -5/+4 |
|\ | |||||
| * | Use the namespaced variation of the classname. | Bart Visscher | 2013-09-02 | 1 | -5/+4 |
| | | |||||
* | | Use proper controller naming | kondou | 2013-09-04 | 1 | -5/+5 |
| | |