Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle | Christoph Wurst | 2019-05-06 | 3 | -5/+64 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move oc_appconfig/OC.appConfig to the main bundle | Christoph Wurst | 2019-05-06 | 2 | -3/+4 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move oc_debug to the bundle | Christoph Wurst | 2019-05-06 | 2 | -0/+26 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle | Christoph Wurst | 2019-05-03 | 2 | -0/+32 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move the OC routing helper functions to the bundle | Christoph Wurst | 2019-05-02 | 2 | -0/+160 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move oc_config to the bundle | Christoph Wurst | 2019-05-02 | 2 | -0/+26 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.dialogs to the main bundle | Christoph Wurst | 2019-04-30 | 2 | -0/+1218 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC navigation methods to the bundle | Christoph Wurst | 2019-04-29 | 2 | -0/+34 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix behaviour of plural default rule | Morris Jobke | 2019-03-15 | 1 | -1/+1 | |
| | | | | | | * undefined and empty string should trigger the default plural form Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Rename the variable aswell | Joas Schilling | 2019-03-12 | 1 | -7/+7 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix plural rule detection for languages | Joas Schilling | 2019-03-11 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Remove unneeded sidebar animation | John Molakvoæ (skjnldsv) | 2019-02-28 | 1 | -6/+2 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Move the contactsmenu handlebars templates to the bundle | Roeland Jago Douma | 2019-02-04 | 6 | -5/+68 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Make chunkify an internal function to prevent context errors | Christoph Wurst | 2019-02-01 | 1 | -22/+22 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Add OC.Util to the server bundle | Christoph Wurst | 2019-02-01 | 3 | -0/+436 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.PasswordConfirmation to the server bundle | Christoph Wurst | 2019-02-01 | 2 | -0/+128 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.search to the server bundle | Christoph Wurst | 2019-02-01 | 2 | -0/+43 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.Plugin to the server bundle | Christoph Wurst | 2019-02-01 | 2 | -0/+91 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.msg to the server bundle | Christoph Wurst | 2019-02-01 | 2 | -0/+119 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.Notification to the server bundle | Christoph Wurst | 2019-02-01 | 2 | -0/+234 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Use Backbone.noConflict in the bundle as well | Christoph Wurst | 2019-01-31 | 3 | -13/+38 | |
| | | | | | | Move the patched Backbone to its own module again Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OCP.AppCOnfig, OCP.Comments and OCP.WhatsNew to the server bundle | Christoph Wurst | 2019-01-30 | 1 | -10/+12 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.L10n to the server bundle | Christoph Wurst | 2019-01-29 | 2 | -1/+338 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.EventSource to the server bundle | Christoph Wurst | 2019-01-29 | 2 | -0/+170 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.AppConfig to the server bundle and add a deprecation verion | Christoph Wurst | 2019-01-29 | 2 | -0/+73 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.Contactsmenu and OC.Backbone to the server bundle | Christoph Wurst | 2019-01-29 | 3 | -0/+849 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OCA.Apps to the server bundle | Christoph Wurst | 2019-01-28 | 2 | -1/+125 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Add OC and OCA namespace declarations to the bundle | Christoph Wurst | 2019-01-28 | 1 | -0/+23 | |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |