Commit Graph

320 Commits

Author SHA1 Message Date
Eric Dubé 2ce02db1b5 Update issue templates 2024-04-02 05:03:39 -04:00
Eric Dubé fff46a6b63 Update issue templates 2024-04-02 04:54:33 -04:00
KernelDeimos 369037e269 Fix incorrect asset urls 2024-04-02 04:19:22 -04:00
KernelDeimos 6f7264b60b Fix logout for invalid sessions 2024-04-02 04:19:12 -04:00
KernelDeimos 9881fecacd Fix error caused by fixing kv 2024-04-02 03:40:58 -04:00
KernelDeimos cf9338c35f Document different configuration locations 2024-04-02 02:14:59 -04:00
KernelDeimos a9947ad97f Update README.md 2024-04-02 02:09:36 -04:00
Eric Dubé ac2e3e2873 Merge pull request #212 from shuguet/main
fix: Fix permission errors when running Docker. Update Docker Compose & Docker instructions
2024-04-02 02:02:46 -04:00
Sylvain Huguet 8f4eb5627b Update instructions & docker-compose to reflect production paths 2024-04-02 07:45:14 +02:00
Sylvain Huguet e4bd62b84c Fix README instructions following path changes 2024-04-02 07:34:55 +02:00
Sylvain Huguet 0e033348f0 Fix permission errors when running Docker. Update Docker Compose & Docker instructions 2024-04-02 07:26:44 +02:00
KernelDeimos 0651aab1be Fix DBKVStore value format 2024-04-02 00:47:14 -04:00
KernelDeimos f8a7f1c1f9 Update README.md 2024-04-02 00:33:02 -04:00
KernelDeimos c90931d004 Fix docker-compose.yml 2024-04-02 00:25:29 -04:00
KernelDeimos a973f66092 Only load from source in dev environment 2024-04-01 22:26:09 -04:00
KernelDeimos 5d81ff4cbe Fix dev console bar when columns has small value 2024-04-01 22:01:34 -04:00
KernelDeimos 7442b48157 Fix undefined instead of null in db query 2024-04-01 19:41:16 -04:00
KernelDeimos 59003a9ab9 Make dev-console use in WebServerService optional 2024-04-01 19:40:59 -04:00
KernelDeimos 40c2e3f442 Add April-1st-appropriate commit message guidelines 2024-04-01 19:33:11 -04:00
KernelDeimos 65b61fc90d Remove unused variable 2024-04-01 17:24:48 -04:00
KernelDeimos 05c6cd6c3d Separate default user into SelfhostedModule 2024-04-01 17:24:07 -04:00
Eric Dubé 15fcc5680f Merge pull request #195 from shuguet/main
feat: Add support for running Puter self-hosted using the automatically built Docker image
2024-04-01 15:06:23 -04:00
Eric Dubé fdd9f30c39 Merge branch 'main' into main 2024-04-01 15:06:16 -04:00
Nariman Jelveh 0049c9ef00 Merge pull request #205 from AtkinsSJ/fix-i18n-typo
Fix issues with translation keys, and check these in CI
2024-04-01 11:18:43 -07:00
Nariman Jelveh f097f2e10a Merge pull request #164 from vineeth-vk11/#141
removing html inside translation strings
2024-04-01 11:03:55 -07:00
Nariman Jelveh 4009f4f331 Merge branch 'main' into #141 2024-04-01 11:02:37 -07:00
Sam Atkins 8f8b7f0fbf Check that all uses of i18n() use keys that exist
If code uses `i18n('foo')` and 'foo' is not in the dictionary for the en
translation, then this script will now report it as an error. This has
already helped catch a few mistakes.
2024-04-01 12:12:31 +01:00
Sam Atkins 29b3b4ecba Add or correct missing i18n keys
'save_account_to_publish' isn't used anywhere, so I assume that
'save_account_to_publish_website' is supposed to use that.
2024-04-01 12:10:31 +01:00
Sam Atkins b111e05ef7 Fix typo in 'change_always_open_with' i18n key 2024-04-01 12:00:58 +01:00
Sam Atkins c2f73c37c5 Correct capitalisation of i18n() keys
Found by searching for `i18n\(\'[^\']*[A-Z]+[^\']*\'\)`
2024-04-01 11:26:07 +01:00
KernelDeimos 92b3f4ff76 Default user random pass, sqlite query patches v2.0.2 2024-04-01 01:23:53 -04:00
KernelDeimos 1cdda3dda8 Document default user 2024-03-31 22:47:13 -04:00
KernelDeimos a8a03d3f87 Add some config documentation 2024-03-31 22:42:11 -04:00
KernelDeimos 5eebc9a5de Update ports for repo docker 2024-03-31 21:48:42 -04:00
KernelDeimos 4845bd28a1 Create default user v2.0.1 2024-03-31 21:21:17 -04:00
Sylvain Huguet cc648be854 Re-enable healthchecks, adjusted intervals & start-time 2024-04-01 02:07:44 +02:00
Nariman Jelveh ec22da6d42 Merge pull request #198 from berto/patch-1
Update pt.js
2024-03-31 16:27:52 -07:00
Humberto 14996439a0 Update pt.js
Correct many instances of PT-BR to PT-PT. The original had some typos too. Kept “Password” as “Password” instead of a mix of “Senha” and “Palavra Chave”.
2024-03-31 20:06:03 +01:00
Sylvain Huguet 483e2835c4 Disable healthcheck in Dockerfile as well 2024-03-31 11:34:03 +02:00
Sylvain Huguet daa90286d3 Update README instruction to run either with pure Docker, or with Docker Compose 2024-03-31 11:30:12 +02:00
Sylvain Huguet 5e1d6a7db3 Disable healthcheck until we know the proper URL to call/check 2024-03-31 11:19:35 +02:00
Sylvain Huguet ab4f222e92 Add support for self-hosting in Docker 2024-03-31 11:18:03 +02:00
vineeth kumar 5da46a15fb Merge branch 'main' into #141 2024-03-31 13:02:11 +05:30
vineethvk11 9438355a36 removing html inside translation strings 2024-03-31 12:53:53 +05:30
Nariman Jelveh 101a76a301 Update README.md 2024-03-30 21:14:40 -07:00
KernelDeimos 88bd45cfda Add note about private UID namespace 2024-03-30 22:35:47 -04:00
KernelDeimos a09d7bcd54 Patch log service 2024-03-30 22:10:18 -04:00
KernelDeimos 752496bfe1 Need to revisit this later 2024-03-30 21:52:31 -04:00
Nariman Jelveh dbe8b02d09 Merge pull request #192 from Zac0511/patch-2
Update fr.js with @ambr0sial 's modifications
2024-03-30 17:39:27 -07:00
KernelDeimos 007ebdadb1 Center that launch logo 2024-03-30 19:35:11 -04:00