Wykres commitów

735 Commity (sven/debug5)

Autor SHA1 Wiadomość Data
Sven Sauleau d4c1e980f3 debug 2023-03-10 15:35:59 +00:00
Sven Sauleau c308293d7d neon: fix switch to JSONB 2023-03-10 10:58:00 +00:00
Sven Sauleau 175312789b json_set query builder 2023-03-09 18:36:19 +00:00
Sven Sauleau 8d68b972c0 fix psql query in setActorAlias 2023-03-08 15:56:48 +00:00
Sven Sauleau f11bf529fd error handling in alias API 2023-03-08 15:37:58 +00:00
Sven Sauleau cd2947a72a
Merge pull request #384 from cloudflare/sven/insert-ui-client
add client for the UI
2023-03-08 13:39:51 +01:00
Sven Sauleau a9a2372368
Merge pull request #385 from cloudflare/sven/fix-alias-connectedActor
fix connectedActor in alias
2023-03-08 13:07:44 +01:00
Sven Sauleau 9fe622cddf add client for the UI 2023-03-08 11:53:27 +00:00
Sven Sauleau c9ebdf5913 fix connectedActor in alias 2023-03-08 11:50:31 +00:00
Sven Sauleau 996a610074
Merge pull request #383 from cloudflare/sven/refactor-alias-api
refactor UI alias API
2023-03-08 10:33:59 +01:00
Sven Sauleau 96fc7b4b2c refactor UI alias API 2023-03-08 09:13:48 +00:00
Sven Sauleau 097a2b5d97
Merge pull request #382 from cloudflare/sven/refactor-ui-auth
refactor UI auth
2023-03-08 10:00:15 +01:00
Sven Sauleau 95e5beb70e refactor UI auth 2023-03-08 08:26:20 +00:00
Sven Sauleau 32cc669141
Merge pull request #380 from cloudflare/sven/refactor-internal-apis
refactor UI internal APIs
2023-03-07 15:52:44 +01:00
Sven Sauleau fac372da0d refactor UI internal APIs 2023-03-07 14:46:08 +00:00
Sven Sauleau bdeaaf8dfa
Merge pull request #378 from cloudflare/rule-nums
show rule number/index instead of id in UI
2023-03-07 14:12:02 +01:00
Sven Sauleau 2f2c0e110e
Merge pull request #379 from cloudflare/improve-server-settings-ui
Improve server settings UI
2023-03-07 14:11:49 +01:00
Sven Sauleau 7cf803a4d9
Merge pull request #377 from cloudflare/loginUrl-string
add missing string conversion to loginUrl
2023-03-07 13:11:51 +01:00
Dario Piotrowicz 5a3ed47bdc remove empty admins file 2023-03-07 10:01:11 +00:00
Dario Piotrowicz 3f4647fc14 remove wrong spaReset attributes 2023-03-07 10:00:36 +00:00
Dario Piotrowicz 8c7b6c7e71 show rule number/index instead of id in UI
resolves #376
2023-03-07 09:35:26 +00:00
Dario Piotrowicz 0dbcfb9644 add missing string conversion to loginUrl 2023-03-07 09:25:41 +00:00
Sven Sauleau 2bc881e9ca
Merge pull request #370 from cloudflare/add-prelint-script
add type-check frontend script
2023-03-07 09:03:09 +01:00
Sven Sauleau f1b9fcdc5e
Merge pull request #375 from Distal-Labs/fix-playwright-timeouts
fix: e2e tests fail due to premature timeouts
2023-03-07 09:01:23 +01:00
Jorge Caballero (DataDrivenMD) 6a1b789329 Fix Playwright Configuration
- [X} Fixes timeouts so that tests don't fail on Github Actions runners
- [X] Lowers number of retries so that e2e tests don't run for 2+ hours before giving up
2023-03-06 16:47:24 -08:00
Sven Sauleau 0ae7bfcc4b
Merge pull request #362 from cloudflare/link-to-about
add links to about page
2023-03-06 22:25:22 +01:00
Dario Piotrowicz 81114acb95 add types-check frontend script
add a types check that runs tsc making sure that all
typings present in the frontend application are valid
2023-03-06 19:47:28 +00:00
Dario Piotrowicz 7e1592203b
Merge pull request #374 from cloudflare/fix-aliases-auth-routing
improve/fix frontend authenticated vs admin settings
2023-03-06 19:45:09 +00:00
Dario Piotrowicz 75c8b7ff0e remove admins endpoint 2023-03-06 19:06:32 +00:00
Dario Piotrowicz 65c4924cdb improve/fix frontend authenticated vs admin settings 2023-03-06 19:00:51 +00:00
Sven Sauleau 55c0bcc9df
Merge pull request #372 from cloudflare/sven/fix-sql-type
fix SQL is_admin type
2023-03-06 17:55:21 +01:00
Sven Sauleau f8206182f3 fix SQL is_admin type
The `is_admin` column is an `INTEGER`. While SQLite doesn't mind
converting `TRUE` to an integer Postgresql is throwing an error.

Switch to `1` which is consistent with the column type.
2023-03-06 16:47:21 +00:00
Sven Sauleau 6bbfe8627b
Merge pull request #371 from cloudflare/sven/fix-login
use OAuth endpoint for UI
2023-03-06 17:31:54 +01:00
Sven Sauleau 5704849170 use OAuth endpoint for UI 2023-03-06 16:24:39 +00:00
Sven Sauleau 0796038118
Merge pull request #369 from cloudflare/settings-auth-loader
add missing auth loader to settings page and add access check to isUserAdmin
2023-03-06 12:41:28 +01:00
Dario Piotrowicz d505ed278e add access check to isUserAdmin function 2023-03-06 11:34:02 +00:00
Sven Sauleau 6d1fd6a7e6
Merge pull request #368 from CyberFlameGO/patch-3
[super-super-super-minor] get rid of 'the'
2023-03-06 11:17:24 +01:00
Dario Piotrowicz db7f1bf13a add missing auth loader to settings page 2023-03-06 10:12:02 +00:00
CyberFlame 41a9d11634
[minor] get rid of 'the' 2023-03-06 23:03:09 +13:00
Sven Sauleau 8ee894e5ed
Merge pull request #367 from cloudflare/sven/text-change
mastodon -> wildebeest
2023-03-06 10:05:31 +01:00
Sven Sauleau acd4a5e5b2 mastodon -> wildebeest 2023-03-06 09:01:26 +00:00
Sven Sauleau 8da9a5ed26
Merge pull request #360 from kelvin27315/main
Register clients without a website
2023-03-06 09:49:08 +01:00
Sven Sauleau b5aa727426
Merge pull request #364 from Distal-Labs/chore-automatic-linting
chore: automatic linting before each pre-commit
2023-03-03 17:38:25 +00:00
Jorge Caballero (DataDrivenMD) aa91a95d3d Merge branch 'chore-automatic-linting' of https://github.com/Distal-Labs/wildebeest into chore-automatic-linting 2023-03-02 15:06:36 -08:00
Jorge Caballero (DataDrivenMD) 22881ce587 Add automatic linting to pre-commit 2023-03-02 15:05:17 -08:00
Jorge Caballero (DataDrivenMD) 5d93ad9e07 Add automatic linting to pre-commit 2023-03-02 14:46:56 -08:00
Dario Piotrowicz a5146bb75e
Merge pull request #361 from cloudflare/enable-about-and-settings
Enable about and settings pages + other small tweaks/improvements
2023-03-02 15:51:25 +00:00
Dario Piotrowicz 69b7b0bbec add links to about page 2023-03-02 12:35:44 +00:00
Dario Piotrowicz 3d644175b4 add missing getDatabase await 2023-03-02 09:43:09 +00:00
Dario Piotrowicz de571b816a remove deprecated loader.use call 2023-03-02 09:40:13 +00:00