Граф коммитов

57 Коммитов

Автор SHA1 Сообщение Дата
Bernhard Posselt e6d1e4301f
improve app dev docs 2018-01-14 13:33:26 +01:00
Bernhard Posselt e6775aba97
fix schema docs 2018-01-14 11:40:10 +01:00
Bernhard Posselt 7c61291ad6 add notice about blacklisted directories 2018-01-01 14:23:35 +01:00
Julius Härtl 32d8947426 Add sabre plugin/collection to info.xml schema (#527)
* Add sabre plugin/collection to info.xml schema

Signed-off-by: Julius Härtl <jus@bitgrid.net>

* Add sabre.xml example

Signed-off-by: Julius Härtl <jus@bitgrid.net>

* Add description for dav plugins/collections

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-10-25 14:03:39 +02:00
blizzz 8fefd08083 add "autocomplete-sort" plugin type to collaboration type (#524)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-10-13 11:15:42 +02:00
blizzz 8dcc30d46e add collaboration type (#521)
* add collaboration type

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

* simplify XML structure and introduce enums for valid attribute values

also add some doc

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

* change attribute name from camel to kebab case

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-09-27 18:07:31 +02:00
Bernhard Posselt 277a79c7e8 Allow app devs to specify their own forum link in info.xml (#513)
* Allow app devs to specify their own forum link in info.xml

* fix docs

* adjust tests
2017-08-11 12:55:23 +02:00
Ilya Sher 1062f09031 GitHub automatic release archives are not working (#507) 2017-08-01 21:56:19 +02:00
Bernhard Posselt 47aa9d1b81 Scrap auth category and go with security instead (#502)
* scrap auth category and go with security instead

* add changelog

* generate database translations

* update docs

* re-add auth for migration purposes

* keep both categories but do not render auth

* keep both categories but do not render auth

* clean up html

* revert auth name

* typo
2017-07-29 19:28:27 +02:00
Bernhard Posselt 5134291a0b Remove nextcloud 9 and 10 compatibility (#489)
* remove unused stuff and remove nextcloud 9 and 10 compat

* fix package

* add migration

* also remove v0 templates

* more ocsid changes

* remove scaffolding for 10

* update changelog

* update changelog
2017-06-19 22:40:59 +02:00
Bernhard Posselt 4732885186 update changelog (#490) 2017-06-14 19:22:20 +02:00
Jos Poortvliet ba109baedb Update developer.rst (#483)
update docu for new licenses
2017-05-19 17:17:03 +02:00
Bernhard Posselt c06d49f133 add documentation for database.xml 2017-05-03 19:01:39 +02:00
Bernhard Posselt b580bb87a4 update docs 2017-03-27 09:09:28 +02:00
Bernhard Posselt e0acb900bd add docs 2017-03-27 00:05:03 +02:00
Bernhard Posselt 6dcf34417e Owner transfer frontend (#462)
* Add machinery for enabling app transfer

* fix scripts

* use defer instead of async

* add changelog entry

* add alert if user has no apps to transfer

* wording fixes

* wording

* wording

* make urls consistent

* add badge for npm requirements
2017-03-26 11:43:54 +02:00
Bernhard Posselt 9ee3b1a248 add settings and activity info.xml elements (#444) 2017-03-18 22:03:24 +01:00
Bernhard Posselt 0d8d87b47a Require issue tracker to be present (#441)
* fix #438

* fix docs

* add issue tracker to app scaffolding

* improve form

* re-order form field
2017-03-10 23:26:22 +01:00
Lukas Reschke 08bef8521a Use new URL (#404) 2016-12-14 20:56:37 +01:00
Bernhard Posselt 2af7fd0d89 Fix #382 (#383)
* Fix #382

* fix types

* adjust changelog
2016-12-07 16:54:41 +01:00
Patrizio Bekerle 60d340fc30 Merge branch 'master' into pbek-patch-1 2016-12-02 11:41:58 +01:00
Patrizio Bekerle b6d8ea58ba fixed upload app release link 2016-12-01 16:01:26 +01:00
Patrizio Bekerle 0d1368568f fixed broken app register link 2016-12-01 15:54:45 +01:00
Marius Blüm 686f6cde7a Remove Legacy Dependency-Tag information from Docs 2016-11-16 10:05:15 +01:00
Bernhard Posselt e4567ce707 Move nightly to separate field (#346)
* First progress for moving nightly to a flag

* further fixes

* Fix mistakes

* add test for nightly delete url

* fix restapi docs

* faster migration for nightlies

* Do not delete stable versions when nightly versions with same version exist

* follow correct ordering for nightlies

* convert featured to is_featured

* fix type hint

* better api docs

* add support for semvers

* adjust version docs

* history updates

* Update changelog

* fix rst title
2016-10-17 19:06:22 +02:00
Bernhard Posselt 64710fed01 Remove discussion tag for good (#342) 2016-10-13 20:01:12 +02:00
Bernhard Posselt b5e81ae899 Make changelogs translatable (#333)
* merge migrations

* revert ocs change

* add migrations

* initialize english changelogs
2016-10-05 17:49:40 +02:00
Bernhard Posselt 1a51a24959 typos 2016-10-04 21:20:47 +02:00
Bernhard Posselt b315a16d86 better description 2016-10-04 21:20:47 +02:00
Bernhard Posselt a3c3996b7e Add ocs ids 2016-10-04 21:20:25 +02:00
Bernhard Posselt c460cebb50 Parse and expose changelog in API (#328)
* add changelog parsing

* add migration

* add app dev docs for changelog

* fix api and document changelog result

* fix types

* move to keep a changelog format

* update example

* added removed section

* add parsing for nightlies

* fix style

* add regex for nightlies

* Add separate exception types for forbidden symlinks so tests make sure that they test for that exact error
2016-10-04 21:17:39 +02:00
Bernhard Posselt 2ffb5538f5 Add validation for commands (#325)
* add validation for commands

* adjust changelog

* also copy commands
2016-09-30 10:14:30 +02:00
Bernhard Posselt 5cf4c60236 adjust signing instructions 2016-09-12 20:35:16 +02:00
Bernhard Posselt 553e60b721 Certificate documentation (#272)
* Certificate documentation

* remove excess whitespace

* remove excess whitespace

* update string sign commands

* fix echo

* fix typo
2016-09-10 18:17:43 +02:00
Bernhard Posselt 51d91fb4d3 typo 2016-08-27 17:37:47 +02:00
Bernhard Posselt ceb474ce9d better explanation for categories 2016-08-27 17:35:23 +02:00
Bernhard Posselt f8d6dd81cb Fix #202 2016-08-27 17:01:57 +02:00
Olivier Paroz 5e20e0a86f Add info about tar.gz req to dev doc
Fixes #176
2016-08-17 12:29:06 +02:00
Jani Bonnevier daca8d86a0 Mention app upload form in docs 2016-08-12 20:03:11 +02:00
Bernhard Posselt a6fecd1906 use one version number and add 10 as supported version 2016-08-05 09:50:44 +02:00
Bernhard Posselt 3f77c66598 clarify nextcloud and owncloud tag 2016-08-04 15:52:28 +02:00
Bernhard Posselt 716834b16c Fix two factor provider tags to match with the example app https://github.com/owncloud/twofactor_email/blob/master/appinfo/info.xml#L16 2016-08-04 14:14:22 +02:00
Bernhard Posselt 73c507b147 Fix two factor provider tags to match with the example app https://github.com/owncloud/twofactor_email/blob/master/appinfo/info.xml#L16 2016-08-04 14:13:51 +02:00
Bernhard Posselt 08dfb99a6d fix typos 2016-08-03 21:32:24 +02:00
Bernhard Posselt cfc25547e6 add docs about deprecated elements 2016-08-03 21:27:21 +02:00
Bernhard Posselt a97a2ea1c9 also validate two factor auth, fix repair steps and add install and uninstall elements, fail validation if remote or public is present 2016-08-03 21:26:12 +02:00
Bernhard Posselt 9a485d85aa add docs for migrations and jobs 2016-08-03 15:40:57 +02:00
Bernhard Posselt 0830816d33 add information about owncloud tag translation 2016-08-03 15:05:53 +02:00
Bernhard Posselt e43ba1df9a Bump char fields to maximum of 256 chars since description/summary fields prevented apps from being uploaded 2016-08-03 13:50:28 +02:00
Bernhard Posselt c77b916025 Bump char fields to maximum of 256 chars since description/summary fields prevented apps from being uploaded 2016-07-23 16:29:22 +02:00