Commit Graph

3916 Commits

Author SHA1 Message Date
Son 1e7d224f35 mention about using pycharm to reformat html code 2022-02-14 18:06:41 +01:00
Son bef3b8bd96 IDE reformat header.html 2022-02-14 18:05:32 +01:00
Son c3cd1419f9 reformat code: put POST handling on top 2022-02-14 18:02:54 +01:00
Son a0bb4e9ccc more verbose error 2022-02-14 18:02:30 +01:00
Son 473d0350ca consistent styling 2022-02-14 18:02:09 +01:00
Son 5c0bfe2f34 remove unneeded style 2022-02-14 17:55:27 +01:00
Son ea00e2ba8f move script block to the end 2022-02-14 17:54:28 +01:00
Son 634ad4ac19 IDE reformatting 2022-02-14 17:54:04 +01:00
Son Nguyen Kim 69c8980c18
Merge pull request #792 from acasajus/new/zendesk-support
Create support tickets via zendesk
2022-02-14 17:53:30 +01:00
Adrià Casajús d24ee42240
cosmetics 2022-02-14 16:00:00 +01:00
Adrià Casajús 416e7b363a
PR fixes 2022-02-14 15:58:36 +01:00
Adrià Casajús 305ce38379
PR changes 2022-02-14 11:19:03 +01:00
Son Nguyen Kim f2d02e6f93
Merge pull request #795 from simple-login/dependabot/pip/protobuf-3.15.0
Bump protobuf from 3.13.0 to 3.15.0
2022-02-12 19:35:35 +01:00
Adrià Casajús 700856053a
PR comment fixes 2022-02-11 13:32:31 +01:00
dependabot[bot] c8ca51fc5e
Bump protobuf from 3.13.0 to 3.15.0
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.13.0 to 3.15.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.13.0...v3.15.0)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 03:45:30 +00:00
Adrià Casajús 8120128a51
Added Zendesk token 2022-02-10 12:59:48 +01:00
Adrià Casajús 639d4412e1
Updated comments from PR 2022-02-10 12:47:31 +01:00
Adrià Casajús c9974d5321
Removed successful ticket created page and replaced with notification 2022-02-10 12:38:56 +01:00
Adrià Casajús 3fedc84c95
Add rate limit to ticket createion 2022-02-10 12:34:46 +01:00
Son Nguyen Kim c18f9658b0
Merge pull request #787 from FozzieHi/test-config
Update testing suite and refactor.
2022-02-10 11:37:36 +01:00
Adrià Casajús e844c9a392
Removed disabled page and redirected to the normal dashboard 2022-02-10 11:04:36 +01:00
Son Nguyen Kim 5121a3c2d9
Merge pull request #793 from jeifour/patch-1
Add required package for authentication with AWS SES
2022-02-10 10:51:54 +01:00
Son fbf3d49717 run the growth stats at different time than the daily monitoring stats 2022-02-10 10:39:03 +01:00
Adrià Casajús f59c5499fb
Formatting 2022-02-10 10:30:28 +01:00
Jakob Yanagibashi 01bf037638
Update ses.md
SASL package
2022-02-09 17:54:13 +01:00
Adrià Casajús 8aee883aae
Updated with more PR comments 2022-02-09 16:41:04 +01:00
Adrià Casajús 95fa95649d
Added comments from PR 2022-02-09 16:20:55 +01:00
Adrià Casajús e57dcac2d2
Added zendesk submission flow 2022-02-09 12:00:48 +01:00
Adrià Casajús 219d5b998f
Add a suport form to create tickets in zendesk 2022-02-08 22:04:25 +01:00
Son 5b62f5a745 add rate limit to /auth/register 2022-02-07 18:45:41 +01:00
george bbb2ac64b9
Use select instead of extend-select. 2022-02-06 23:55:27 +00:00
george 68462f2d8f
Reformat. 2022-02-06 23:17:52 +00:00
george 83434c3212
Use extend-select over select. 2022-02-06 21:36:37 +00:00
george 813e83d673
Use extend-select over select. 2022-02-06 21:34:36 +00:00
george 05e1208d57
Add more flake8-bugbear lints. 2022-02-06 20:59:29 +00:00
george c415324932
Add flake8-bugbear 2022-02-06 20:37:43 +00:00
george 9999f7de1e
Update .flake8 for black compatibility. 2022-02-06 20:16:21 +00:00
george 17e7635dab
Update pytest & pytest-cov. 2022-02-06 16:36:25 +00:00
george e68363dbbc
Set pytest testpaths. 2022-02-06 16:19:14 +00:00
george 7f765e83b7
Use install-poetry to use poetry with caching. 2022-02-06 16:08:40 +00:00
george 4800274b33
Run flake8 through poetry. 2022-02-06 14:49:16 +00:00
george 116fc7114a
Update test_can_be_used_as_personal_email to only skip if using GitHub Actions. 2022-02-06 14:37:46 +00:00
george f7be992437
Update black, flake8 and pre-commit and use specific pre-commit versions. 2022-02-06 14:25:53 +00:00
george 87a327912f
Delete .python-version. 2022-02-05 14:57:02 +00:00
george 42b9471a8f
Add .python-version to .gitignore so virtualenv names are not added. 2022-02-05 14:44:40 +00:00
Son cca23b753c Extract daily monitoring report from stats() 2022-02-04 15:45:21 +01:00
Son 5da31f53b4 add MONITORING_EMAIL param 2022-02-04 15:43:40 +01:00
Son Nguyen Kim 68acfc986a
Merge pull request #782 from FozzieHi/unit-tests
Improve and refactor testing.
2022-02-04 10:51:44 +01:00
Son Nguyen Kim 2d980b8990
Merge pull request #780 from FozzieHi/api-key-tests
Add unit tests for API keys.
2022-02-04 10:46:35 +01:00
george e6276dc32e
Fix typo. 2022-02-03 21:44:27 +00:00