Wykres commitów

285 Commity (87581e235daac8427ca909ae785631f0e9578bab)

Autor SHA1 Wiadomość Data
Sven Sauleau a5b67d41fe
Merge pull request #63 from cloudflare/sven/fix-ios
changes for iOS
2023-01-11 08:27:50 +00:00
Sven Sauleau 4e4b6afe0a fix statuses tests 2023-01-11 08:17:48 +00:00
Sven Sauleau 916a63ca44 add comment 2023-01-11 08:07:54 +00:00
Sven Sauleau 15b7de4004 post status supports JSON and FormatData 2023-01-11 08:07:07 +00:00
Sven Sauleau 335fb845cb fix public endpoints 2023-01-11 08:07:07 +00:00
James Culveyhouse 980cf7aaba
Merge pull request #66 from cloudflare/more-ui-tests
More UI tests
2023-01-10 15:54:29 -06:00
James Culveyhouse 4c617b1504 Small fixes to improve lighthouse scores 2023-01-10 15:18:57 -06:00
Dario Piotrowicz 5f7b20d13c
Merge pull request #67 from cloudflare/improve_styling
improve styling
2023-01-10 19:39:30 +00:00
Dario Piotrowicz 315c959243 improve styling
improve styling by:
 - removing unnecessary css (rely on tailwind instead)
 - remove usage of pixels (use rem instead)
 - update state- colors to wildebeest- colors (regression)
2023-01-10 19:06:21 +00:00
James Culveyhouse 1c3d0411ea Add a test for the individual toot view 2023-01-10 11:44:39 -06:00
Dario Piotrowicz 41a41dc4cc
Merge pull request #64 from cloudflare/remove-tailwind-values
Remove tailwind values and improve colors usages
2023-01-10 17:04:05 +00:00
Dario Piotrowicz 140f8631f0 improve active arrow and remove its px usage 2023-01-10 17:03:14 +00:00
Dario Piotrowicz d1e23e23e0 use proper tailwind sizes for avatar imgs 2023-01-10 16:57:40 +00:00
Dario Piotrowicz 48fe4135b4 fix/improve colors usage 2023-01-10 16:51:54 +00:00
Dario Piotrowicz 2b390f5415 remove tailwind-values in scss 2023-01-10 16:37:20 +00:00
Dario Piotrowicz 910b88d095
Merge pull request #62 from cloudflare/footer-for-toot-page
Fix floating footer (+ wrong crossorigin attribute, favicon)
2023-01-10 16:31:14 +00:00
Dario Piotrowicz 6be01c3a82 add favicon 2023-01-10 16:27:26 +00:00
Sven Sauleau c9cd93033f stub few ios endpoints 2023-01-10 16:26:03 +00:00
Dario Piotrowicz f65ba6b748 fix crossorigin 2023-01-10 16:11:11 +00:00
Dario Piotrowicz 1d99f80838 fix floating footer 2023-01-10 16:10:35 +00:00
Sven Sauleau 050d6c1878 add v2 instance endpoint 2023-01-10 15:26:47 +00:00
Pete Bacon Darwin f2611f6cd6 Redirect to start-instance if no title has been configured 2023-01-10 14:41:04 +00:00
Pete Bacon Darwin e18a85d4f9 Simplify layout file now that it only applies to the frontend routes 2023-01-10 14:41:04 +00:00
Pete Bacon Darwin 8e584b2632 Move admin and frontend pages to separate directories
The directories that are wrapped in parentheses are "virtual" and do not contribute towards the URL of the route.

This allows us to easily set different layouts for different groups of routes even if they are not in different URL segments.
2023-01-10 14:41:04 +00:00
Pete Bacon Darwin 186d5e42b3 Update to latest wrangler 2023-01-10 14:41:04 +00:00
Dario Piotrowicz cf49471fdb
Merge pull request #61 from cloudflare/add-missing-media-query
fix right column position
2023-01-10 14:25:47 +00:00
Dario Piotrowicz 83cab3c522 fix right colum position 2023-01-10 14:08:52 +00:00
Sven Sauleau 6b09475294
Merge pull request #58 from cloudflare/ui-hash
add footer to ui with commit hash
2023-01-10 13:13:48 +00:00
Sven Sauleau f0ef6dacad remove Access policy from terraform
Since we expect users to manually change their Access policy from the
dashboard, we can't track it in Terraform.
2023-01-10 13:10:30 +00:00
Dario Piotrowicz 11040ba8e2 add linting checks to PRs checks 2023-01-10 12:53:18 +00:00
Dario Piotrowicz 00463b233a update lint script 2023-01-10 12:53:18 +00:00
Dario Piotrowicz 68cf43df19 make backend linting pass 2023-01-10 12:53:18 +00:00
Dario Piotrowicz 822fd9de60 add lint:frontend script 2023-01-10 12:48:44 +00:00
Dario Piotrowicz d7dba3dc25 move be eslint rules we want off before linting comment 2023-01-10 12:48:44 +00:00
Dario Piotrowicz 920df83cad add lint:functions script and make it pass 2023-01-10 12:48:42 +00:00
Dario Piotrowicz e7869e9848 add footer to ui with commit hash 2023-01-10 12:43:35 +00:00
Sven Sauleau bc2c5d7ef5
Merge pull request #57 from cloudflare/sven/debug-login
/oauth/token supports both JSON and FormData
2023-01-10 12:05:34 +00:00
Sven Sauleau 483b4ab40f /oauth/token supports both JSON and FormData 2023-01-10 11:07:46 +00:00
Sven Sauleau 50a6a4c923
Merge pull request #55 from cloudflare/sven/mention-notif
fix mention notification
2023-01-10 10:35:36 +00:00
Sven Sauleau a82098ada3
Merge pull request #50 from cloudflare/internal-server-error
reuse generateErrorResponse in errorHandling function
2023-01-10 10:28:52 +00:00
Sven Sauleau 9bf91e5ce6 fix mention notification 2023-01-10 10:26:54 +00:00
Sven Sauleau 3a0b05e27f
Merge pull request #54 from cloudflare/sven/MOW-92
MOW-92: switch /oauth/token to form data
2023-01-10 10:17:39 +00:00
Sven Sauleau aefa2429b8 MOW-92: switch /oauth/token to form data 2023-01-10 10:09:19 +00:00
Dario Piotrowicz 5c1f2acc36 reuse generateErrorResponse in errorHandling function 2023-01-10 09:56:41 +00:00
Sven Sauleau 0fdf9117dd
Merge pull request #52 from cloudflare/improve-colors
Improve colors
2023-01-10 09:08:20 +00:00
Sven Sauleau 6288fdb87b
Merge pull request #53 from cloudflare/update-readme
Tweaking language around enhancement plans
2023-01-10 09:07:11 +00:00
James Culveyhouse 26ca26259e Tweaking language around enhancement plans 2023-01-10 00:51:21 -06:00
Dario Piotrowicz b5815c13a7 add missing newline 2023-01-09 23:23:20 +00:00
Dario Piotrowicz 9854346dbe make wildebeest color variables hue customizable 2023-01-09 23:23:20 +00:00
Dario Piotrowicz a39120f86d introduce wildebeest colors
introduce wildebeest colors to match more closely the mastodon
color scheme

resolves #48
2023-01-09 23:23:20 +00:00