Commit Graph

1011 Commits

Author SHA1 Message Date
Wieland Schöbl
d110d60123 feat: use config file for maxRequestBodySize
closes !20
2021-04-27 13:01:22 +02:00
Wieland Schöbl
eabd885cd4 docs: added some inline comments 2021-04-27 13:01:22 +02:00
Wieland Schöbl
e70e50a1ea fix: use SCRequestBodyTooLargeError
fixes #20
2021-04-27 13:01:21 +02:00
Wieland Schöbl
12b71ba1f1 fix: return syntax error when receiving bad json
Fixes #3
2021-04-27 13:01:21 +02:00
Wieland Schöbl
f11376ecf8 fix: make config compatible with core, update database version 2021-04-27 13:01:21 +02:00
Wieland Schöbl
827827905b feat: use config for MultiSearchRoute 2021-04-27 13:01:20 +02:00
Karl-Philipp Wulfert
2b894bd1b6 build: update @openstapps/core-tools 2021-04-27 13:01:20 +02:00
Karl-Philipp Wulfert
b67ec14573 ci: generate and publish documentation 2021-04-27 13:01:20 +02:00
Karl-Philipp Wulfert
8be85536eb build: update configuration files 2021-04-27 13:01:19 +02:00
Karl-Philipp Wulfert
a91277c502 build: add typedoc 2021-04-27 13:01:19 +02:00
Karl-Philipp Wulfert
2b6707e369 build: add .npmignore from configuration 2021-04-27 13:01:19 +02:00
Anselm Stordeur
9b889c8736 fix: fix reading url path as parameters 2021-04-27 13:01:18 +02:00
Anselm Stordeur
30082f8726 fix: wait for config file validation 2021-04-27 13:01:18 +02:00
Anselm Stordeur
90822f5888 fix: add prefix to schema names 2021-04-27 13:01:18 +02:00
Anselm Stordeur
d95436c733 ci: add services tag for docker:dind 2021-04-27 13:01:17 +02:00
Anselm Stordeur
6ceb763b5a build: update dependencies 2021-04-27 13:01:17 +02:00
Anselm Stordeur
98f02b8830 style: remove extraneous whitespace in imports 2021-04-27 13:01:16 +02:00
Anselm Stordeur
16bbb7e9e3 feat: add backend 2021-04-27 13:01:14 +02:00
Rainer Killinger
56b03aa0b9 docs: update changelog 2021-04-26 10:29:36 +02:00
Rainer Killinger
b517837671 0.45.0 v0.45.0 2021-04-26 10:29:34 +02:00
Jovan Krunić
1d94dd5bf3 build: add simple script for building for android
Closes #100
2021-04-20 10:23:40 +00:00
Jovan Krunić
3da7c7d009 refactor: remove geoLocation from settings
Closes #99
2021-04-19 16:49:45 +02:00
Jovan Krunić
7928534d88 fix: typo in translation 2021-04-16 15:48:58 +02:00
Jovan Krunić
a8f22c1e96 refactor: make data list reusable component
Closes #98
2021-04-16 15:48:57 +02:00
Rainer Killinger
6f03ede8bf refactor: make SCCatalog level filterable 2021-04-13 16:11:44 +02:00
wulkanat@gmail.com
952207ace1 docs: update changelog 2021-04-12 15:06:12 +02:00
wulkanat@gmail.com
3d9d28c60c 0.44.0 v0.44.0 2021-04-12 15:06:04 +02:00
Jovan Krunić
c97ecd698c build: update cordova engines versions 2021-04-08 13:40:57 +00:00
Jovan Krunić
0f46811175 build: enable AndroidX (add adapter for legacy) 2021-04-08 13:40:57 +00:00
Jovan Krunić
f725732772 build: create tmp project outside of app directory
- Otherwise it creates app's apk and not apk from
the tmp project
2021-04-08 13:40:57 +00:00
Jovan Krunić
dca6287b90 build: update incompatible minSdkVersion (19 -> 22) 2021-04-08 13:40:57 +00:00
Jovan Krunić
3fc7c781ec refactor: use npm script for serve in docker 2021-04-08 13:40:57 +00:00
Jovan Krunić
4e367254c2 build: add cordova resources tool 2021-04-08 13:40:57 +00:00
Jovan Krunić
f432f27c64 refactor: remove generated resources
They need to be generated only on demand and not kept in
git.
2021-04-08 13:40:57 +00:00
Jovan Krunić
bb9ad9a957 build: use latest cordova (v10) 2021-04-08 13:40:57 +00:00
Wieland Schöbl
913c5691da feat: add support for multiple values in the value filter 2021-04-08 08:06:38 +00:00
Jovan Krunić
2c08a1cefd docs: add contributors to package.json 2021-04-07 14:32:38 +02:00
Jovan Krunić
025335432d build: clean up package.json
- Remove non-existing homepage
- Make package versions fixed
2021-04-07 14:27:07 +02:00
Jovan Krunić
9f71e46f66 build: update node types to v14
Closes #96
2021-04-07 14:23:07 +02:00
Rainer Killinger
03cdbc6f9b docs: update changelog 2021-04-07 13:34:33 +02:00
Rainer Killinger
9f886a8968 0.43.0 v0.43.0 2021-04-07 13:34:29 +02:00
Wieland Schöbl
c75ca68c44 feat: add "no results" screen to search 2021-04-07 10:05:20 +02:00
openstappsbot
e80afe2c93 refactor: update all 2021-04-06 16:12:49 +00:00
Rainer Killinger
6b10cc86d8 refactor: update @types/node for node version 14 2021-04-06 14:08:42 +02:00
Rainer Killinger
55be9d4d4e refactor: use i18n in every data component 2021-03-31 11:11:05 +02:00
openstappsbot
1aedd6332f refactor: update all 2021-03-29 04:15:38 +00:00
Jovan Krunić
1a8660590f style: improve design and add logo
- show data icons in thumbnails in data list items
- add app logo
- fix various visibility issues
2021-03-23 15:59:58 +00:00
Rainer Killinger
8b0978c7eb refactor: clean up settings.provider 2021-03-16 12:32:28 +01:00
Rainer Killinger
550b376a97 refactor: use APP_INITIALIZER for settings init 2021-03-16 12:31:19 +01:00
Rainer Killinger
7d471409cb ci: default to runner with performance tag 2021-03-15 14:42:21 +01:00