Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Show contacts app mgmt link in contacts menu | Christoph Wurst | 2019-06-27 | 2 | -3/+10 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix js l10n registration to also work with more than one bundle | Christoph Wurst | 2019-06-26 | 2 | -32/+109 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Deprecate window.location wrappers for redirect and reload | Christoph Wurst | 2019-06-25 | 1 | -0/+2 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Add toastify js as a OC.Notification replacement | Julius Härtl | 2019-06-07 | 1 | -113/+42 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | dont use deprecated oc_config in url generation | Robin Appelman | 2019-05-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Move legacy Ajax error handling logic to the bundle | Christoph Wurst | 2019-05-15 | 2 | -0/+127 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.appSettings to the bundle and deprecate it | Christoph Wurst | 2019-05-14 | 2 | -0/+95 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move query string helpers to the bundle | Christoph Wurst | 2019-05-14 | 2 | -0/+99 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.theme to the bundle and deprecate oc_defaults | Christoph Wurst | 2019-05-14 | 2 | -0/+24 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Deprecate OC.fileIsBlacklisted and move it to the bundle | Christoph Wurst | 2019-05-14 | 1 | -0/+10 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.addTranslations to the bundle and deprecate it | Christoph Wurst | 2019-05-14 | 1 | -0/+9 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC host/port/protocol helpers to the bundle and deprecate them | Christoph Wurst | 2019-05-14 | 2 | -0/+77 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.getCapabilities to the bundle and deprecate OC._capabilities, ↵ | Christoph Wurst | 2019-05-13 | 2 | -0/+41 | |
| | | | | | | oc_capabilities Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move l10n functions to the bundle | Christoph Wurst | 2019-05-13 | 2 | -0/+36 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move path helpers to the bundle | Christoph Wurst | 2019-05-13 | 3 | -2/+161 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.requestToken to the bundle, deprecate oc_requesttoken | Christoph Wurst | 2019-05-13 | 3 | -1/+54 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Revert displayName casing | Joas Schilling | 2019-05-11 | 1 | -2/+2 | |
| | | | | | | | Regression from 278c281cc9c03ad060ac6a91784058066411c7a8 Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move initCore to the bundle | Christoph Wurst | 2019-05-10 | 1 | -3/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move the legacy OC.addScript and OC.addStyle helpers to the bundle | Christoph Wurst | 2019-05-08 | 2 | -0/+74 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Deprecate oc_current_user, fix usage and move currentUser to the bundle | Christoph Wurst | 2019-05-08 | 2 | -0/+51 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC legacy menu helpers to the bundle | Christoph Wurst | 2019-05-08 | 2 | -0/+150 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move rest of contant-like OC props to the bundle | Christoph Wurst | 2019-05-07 | 3 | -1/+8 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC constants to the bundle | Christoph Wurst | 2019-05-07 | 2 | -0/+51 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.appswebroots to the bundle and deprecate oc_appswebroots | Christoph Wurst | 2019-05-07 | 2 | -0/+26 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Move OC.get and OC.set to the bundle | Christoph Wurst | 2019-05-07 | 2 | -0/+59 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | 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> |