Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-18improve docs for configuration, add base production template, use default ↵Bernhard Posselt
email for sending password change notifications
2018-11-10update release notes4.0.0Bernhard Posselt
2018-11-10adjust release logBernhard Posselt
2018-11-10fix #584Bernhard Posselt
2018-08-25update changelogBernhard Posselt
2018-05-18update changelogBernhard Posselt
2018-05-11update changelogBernhard Posselt
2018-02-18update changelog3.3.0Bernhard Posselt
2018-02-17add flag to differentiate between unreleased and unsupported releasesBernhard Posselt
2018-02-17fix #548Bernhard Posselt
2018-02-04fix changelogBernhard Posselt
2018-02-04Sync Nextcloud releases with GitHub (#544)3.2.0Bernhard Posselt
* add command for fetching nextcloud releases from github * simplify loop * pull out client * update allauth * add test for parsing github json * add docs, finish command * fix style * remove extra file * delete file * narrow down fixtures * update changelog * update changelog
2018-02-02update changelog3.1.2Bernhard Posselt
2018-01-08udpate changelogBernhard Posselt
2018-01-02update changelog3.1.1Bernhard Posselt
2018-01-02Reduce size of detail.js (#538)Bernhard Posselt
* get rid of moment.js * add generated settings file onto style ignore * trim down hl.js
2018-01-01update dependencies3.1.0Bernhard Posselt
2018-01-01adjust changelogBernhard Posselt
2018-01-01fix #537Bernhard Posselt
2017-11-16regenerate token on password change, require password to change emailBernhard Posselt
2017-11-15use normal login form for admin3.0.1Bernhard Posselt
2017-11-15Revert "rate limit admin login and password change"Bernhard Posselt
This reverts commit 3ab8be65d27e87409f786c72534522567eb98f9b.
2017-11-15rate limit admin login and password changeBernhard Posselt
2017-11-14fix sonar errorsBernhard Posselt
2017-10-13Add docs and configuration for intellij and pycharm (#525)Bernhard Posselt
* add docs and configuration for intellij and pycharm * add images and template settings
2017-09-27fix #522 (#523)Bernhard Posselt
2017-09-27update changelogBernhard Posselt
2017-09-01update changelogBernhard Posselt
2017-08-12Expose discussion url in api (#514)Bernhard Posselt
* expose discussion url in api * remove unused template tag
2017-08-11Allow app devs to specify their own forum link in info.xml (#513)Bernhard Posselt
* Allow app devs to specify their own forum link in info.xml * fix docs * adjust tests
2017-08-09Make sha512 entirely configured by settings parameter (#512)Bernhard Posselt
* make sha512 entirely configured by settings parameter * do not show command to translators * better digest config explanation * improve config example * improve config example * improve config example * improve config example
2017-08-08test for wrong email address on account deleteBernhard Posselt
2017-08-06Moved certificate and scaffolding into own extensions, add e2e test for ↵Bernhard Posselt
validating app release certificate (#508)
2017-07-29Scrap auth category and go with security instead (#502)Bernhard Posselt
* 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-29change button styles to one unique style, fix #402Bernhard Posselt
2017-07-29Fix #400Bernhard Posselt
2017-07-22Add utility commands to create new test users and create 3 test users in ↵Bernhard Posselt
make test-data
2017-07-18Add a newest app releases feed for an app (#499)Bernhard Posselt
2017-06-24update changelogBernhard Posselt
2017-06-19Remove nextcloud 9 and 10 compatibility (#489)Bernhard Posselt
* 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-03drop node 7 supportBernhard Posselt
2017-06-02bump versionBernhard Posselt
2017-05-22Lazy load images so that the front page loads less at once (#486)Bernhard Posselt
* Lazy load images so that the front page loads less at once * fix style * fix style * do not remove centering for all elements after only one was loaded
2017-05-19adjust changelogBernhard Posselt
2017-05-13fix typosBernhard Posselt
2017-05-03Validate database.xml files (#480)Bernhard Posselt
* add schema for database.xml files * add logic and tests for database.xml validation * also copy invalid elements and add tests for them since the server throws if those elements are encountered * also fail test if name appears after declaration like in the schema parser * always detect if name is preceding the declaration
2017-04-27Add nextcloud 12 app template (#475)Bernhard Posselt
* add nextcloud 12 app template * fix type annotation * remove unused import
2017-04-16move github related files to markdownBernhard Posselt