Commit Graph

305 Commits

Author SHA1 Message Date
Sonny
5fe58c44d5 fix: wrong next config remote pattern 2023-11-22 02:08:38 +01:00
Sonny
0bb5a3bcc3 fix: add next.config.js file to docker context 2023-11-21 18:05:47 +01:00
Sonny
1feb551093 fix: api favicon call 2023-11-21 17:48:57 +01:00
Sonny
7a7d496dfe fix: apply reset style for ul 2023-11-21 17:47:55 +01:00
Sonny
d16c61ff5a fix: favicon api
finally!
2023-11-21 14:51:47 +01:00
Sonny
98f1dc4e31 fix: cookies cannot be used by browser extension
when cookies are set with same site policy, they cannot be used in an iframe (as the official extension does)
2023-11-20 13:48:08 +01:00
Sonny
b5d70d75d3 chore: fix wrong ci path 2023-11-20 01:19:33 +01:00
Sonny
3309f64553 Merge branch 'develop' 2023-11-20 01:12:26 +01:00
Sonny
b830837cee ci: force docker build on github workflows
Need to find a way to pull docker image and push Prisma migrations without reinstalling all packages
2023-11-20 01:11:33 +01:00
Sonny
23844a5c00 ci: force docker build on github workflows
Need to find a way to pull docker image and push Prisma migrations without reinstalling all packages
2023-11-20 01:09:34 +01:00
Sonny
208093dec4 chore: fix wrong ci path 2023-11-20 00:07:53 +01:00
Sonny
9102c20ab5 docs: add SSH_PORT secret env var 2023-11-20 00:05:33 +01:00
Sonny
9f9e82c869 ci: change app path and add secret env port 2023-11-20 00:00:57 +01:00
Sonny
1f42fad0ad refactor: apply prettier conf 2023-11-19 23:37:23 +01:00
Sonny
371eea85dc feat: terms of use page 2023-11-19 23:37:09 +01:00
Sonny
6d5afee4f4 feat: privacy page with translation
refactor: apply prettier conf to all files

feat: terms of use with translation
2023-11-19 19:33:35 +01:00
Sonny
5bdd42afdb feat: removing registration restrictions
Anyone can now register
2023-11-16 19:05:36 +01:00
Sonny
11ac5f4b05 fix: env var exposed in next.config are undefined 2023-11-12 05:34:15 +01:00
Sonny
f5c406a84c feat: favicon api always return an image
When the api cannot fetch the remote favicon, we return a placeholder image
2023-11-12 04:34:30 +01:00
Sonny
7387b4f364 chore(deps): update deps 2023-11-12 03:33:29 +01:00
Sonny
fbf12d9947 refactor: remove axios 2023-11-12 03:30:58 +01:00
Sonny
c35eb67890 fix: some cases where favicon are broken 2023-11-12 01:44:30 +01:00
Sonny
57905d1485 chore: add missing prisma folder 2023-11-11 02:23:45 +01:00
Sonny
49c4b0824c chore: improved docker image weight 2023-11-11 02:22:51 +01:00
Sonny
18747ae0f8 fix: again docker compose 2023-11-11 00:59:25 +01:00
Sonny
255f50080a Add translation (#9)
* feat(wip): translation

* fix: some i18n errors + use ssr translation

* fix: i18next implementation

* fix: tsc errors

* feat: i18n middleware

* feat: translate link view home page

* feat: translate quick actions

* feat: translate search modal

* feat: translate side menu

* feat: native error boundary + translation

* feat: translate error pages

* feat: translate category forms

* feat: translate link forms

* refactor: LangSelector is no longer absolute by default
2023-11-11 00:08:30 +01:00
Sonny
6d07cea92f chore(ci): force recreate container 2023-11-08 22:29:05 +01:00
Sonny
d1a712ed61 chore(ci): temp disable MyLinksDB docker compose
Should change later to make sure MyLinks use its own databse
2023-11-08 17:53:46 +01:00
Sonny
9a0a92c49b chore(ci): use docker image and trigger on main branch" 2023-11-08 17:51:39 +01:00
Sonny
4d1aab471b chore(ci): update workflow 2023-11-08 17:46:42 +01:00
Sonny
25379a5db7 chore(docs): add key generation step 2023-11-08 17:46:42 +01:00
Sonny
4259627fa3 chore: cd workflow 2023-11-08 17:46:42 +01:00
Sonny
cc81ce26fb feat: more verbose favicon console.log 2023-11-08 17:15:47 +01:00
Sonny
472a6bb325 fix(revert): html & body overflow 2023-11-08 17:09:09 +01:00
Sonny
a7b803eda0 chore(deps): update major version & apply changes 2023-11-08 17:08:27 +01:00
Sonny
3497c3f92d feat: improve & fix some styles 2023-11-07 17:54:51 +01:00
Sonny
a2a4d145df chore: change makefile targets 2023-10-31 20:15:49 +01:00
Sonny
3204e31759 chore(deps): update major version & apply changes 2023-10-24 17:22:44 +02:00
Sonny
fb80daabc3 chore(deps): update patch/minor 2023-10-24 17:10:14 +02:00
Sonny
8558f5e979 chore: update docker & makefile 2023-10-24 16:55:20 +02:00
Sonny
1a8e4e7270 feat: session expiration delay set to default 2023-07-10 17:08:08 +02:00
Sonny
680bdf3fba refacto: duplicated validation schema 2023-06-28 22:54:25 +02:00
Sonny
c0b65bb7d7 fix: error not correctly handled client side 2023-06-28 22:53:08 +02:00
Sonny
dee63bda95 fix: localhost url in login scss file 2023-06-10 19:12:41 +02:00
Sonny
f84776210b chore(deps): update deps 2023-06-10 19:07:01 +02:00
Sonny
f5b3253286 refactor: change login url and add logout path 2023-06-10 19:04:09 +02:00
Sonny
1c9c65e074 refactor: add gssp hoc func for auth
gssp -> getServerSideProps
hoc -> Higher-Order Components
2023-06-10 18:57:07 +02:00
Sonny
f562b7c433 fix: login form weird popin animation 2023-06-10 18:42:18 +02:00
Sonny
24e8800f20 feat: redesign login page 2023-06-10 18:19:35 +02:00
Sonny
123ef630fc feat: update favicon 2023-06-10 18:17:27 +02:00