summaryrefslogtreecommitdiffstats
path: root/core/src/OCP
Commit message (Collapse)AuthorAgeFilesLines
* Temporary fix for project translationsJulius Härtl2019-06-111-9/+14
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust jsunit tests for new toast libraryJulius Härtl2019-06-071-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add toastify js as a OC.Notification replacementJulius Härtl2019-06-072-2/+93
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Vueify the login pageChristoph Wurst2019-05-291-4/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use label from appsJulius Härtl2019-04-091-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Rename collections to projectsJulius Härtl2019-04-091-5/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move translations to coreJulius Härtl2019-03-281-1/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust resource type to fileJulius Härtl2019-03-191-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add icon for resource type and icons for folder/fileJulius Härtl2019-03-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement frontend for search/renameJulius Härtl2019-03-011-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Move to vuex Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust OCP.CollaborationJulius Härtl2019-03-011-129/+27
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add javascript API for collaboration resourcesJulius Härtl2019-03-012-0/+165
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add a key parameter to the new initial state APIChristoph Wurst2019-01-302-18/+16
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OCP.AppCOnfig, OCP.Comments and OCP.WhatsNew to the server bundleChristoph Wurst2019-01-304-2/+307
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Provide initial stateRoeland Jago Douma2019-01-292-0/+44
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add OC and OCA namespace declarations to the bundleChristoph Wurst2019-01-281-3/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add public API for loading js files asynchronouslyJulius Härtl2019-01-172-0/+91
Signed-off-by: Julius Härtl <jus@bitgrid.net>