aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/OCP
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-138-161/+17
* fix: Make URL pattern regexes match localhost and URLs with portsJonas2024-03-061-1/+1
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-232-8/+8
* Create headings for settings pagesjulia.kirschenheuter2023-03-071-0/+13
* Only match http(s) URLs for referencesJoas Schilling2022-09-291-1/+1
* Add an OCP method to check the shortcut state and use it for global search an...Joas Schilling2022-09-152-0/+34
* CleanupJulius Härtl2022-08-311-0/+2
* Replace license information to SPDX expressionLouis Chemineau2022-01-117-7/+7
* Import type from packagesLouis Chemineau2022-01-111-1/+0
* Add generic type and description when its missingLouis Chemineau2022-01-112-16/+16
* Typing correctionsLouis Chemineau2022-01-112-2/+2
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-086-30/+67
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-232-5/+5
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-317-11/+72
* Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-311-2/+2
* Bump @nextcloud/eslint-config and peersJohn Molakvoæ (skjnldsv)2020-07-311-6/+6
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-311-2/+2
* Use external Toast implementation and deprecate the OCP APIChristoph Wurst2020-04-062-63/+56
* Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-251-2/+2
* Add more tests for the new js modulesChristoph Wurst2020-02-101-29/+0
* Use escape-html libraryJulius Härtl2020-02-051-0/+2
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-196-27/+27
* Use the external initial state implementationChristoph Wurst2019-10-122-17/+9
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-018-199/+199
* Rename parameter in OCP.Toast for consistency with OC.NotificationDaniel Calviño Sánchez2019-07-121-2/+2
* Temporary fix for project translationsJulius Härtl2019-06-111-9/+14
* Adjust jsunit tests for new toast libraryJulius Härtl2019-06-071-1/+1
* Add toastify js as a OC.Notification replacementJulius Härtl2019-06-072-2/+93
* Vueify the login pageChristoph Wurst2019-05-291-4/+6
* Use label from appsJulius Härtl2019-04-091-1/+1
* Rename collections to projectsJulius Härtl2019-04-091-5/+7
* Move translations to coreJulius Härtl2019-03-281-1/+12
* Adjust resource type to fileJulius Härtl2019-03-191-1/+0
* Add icon for resource type and icons for folder/fileJulius Härtl2019-03-011-1/+1
* Implement frontend for search/renameJulius Härtl2019-03-011-1/+1
* Adjust OCP.CollaborationJulius Härtl2019-03-011-129/+27
* Add javascript API for collaboration resourcesJulius Härtl2019-03-012-0/+165
* Add a key parameter to the new initial state APIChristoph Wurst2019-01-302-18/+16
* Move OCP.AppCOnfig, OCP.Comments and OCP.WhatsNew to the server bundleChristoph Wurst2019-01-304-2/+307
* Provide initial stateRoeland Jago Douma2019-01-292-0/+44
* Add OC and OCA namespace declarations to the bundleChristoph Wurst2019-01-281-3/+1
* Add public API for loading js files asynchronouslyJulius Härtl2019-01-172-0/+91