Commit Graph

181 Commits

Author SHA1 Message Date
KernelDeimos 72129ca16f Make defaults consistent with original 2024-04-07 03:21:32 -04:00
KernelDeimos 12fa88b149 Save color settings 2024-04-07 03:15:45 -04:00
KernelDeimos c83069bd03 Add i18n items 2024-04-07 02:53:33 -04:00
KernelDeimos 5661605884 Add ui colors to settings window 2024-04-07 02:53:05 -04:00
KernelDeimos d1bbbb8e93 Use CSS variables 2024-04-07 02:34:04 -04:00
KernelDeimos 178f851684 Fix previous fix 2024-04-07 00:28:23 -04:00
KernelDeimos beeeb7bcbf Tiny fix 2024-04-06 05:08:38 -04:00
KernelDeimos b99534ebdf Add WIP color sliders 2024-04-06 02:35:06 -04:00
Ikko Eltociear Ashimine 26e9822344 Update download.js
minor fix
2024-04-06 00:22:22 +09:00
vineethvk11 6006767a9f fixing issues in copy while overwriting 2024-04-05 09:11:39 +05:30
KernelDeimos 08838c989e Fix fragmented if..else seq (fix app tokens) 2024-04-04 17:44:54 -04:00
KernelDeimos 6cd77384a5 Update default text for explorer-error-message 2024-04-02 16:50:22 -04:00
KernelDeimos 5290d78e20 Display error in directory when readdir fails 2024-04-02 16:46:34 -04:00
KernelDeimos 6f7264b60b Fix logout for invalid sessions 2024-04-02 04:19:12 -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 4009f4f331 Merge branch 'main' into #141 2024-04-01 11:02:37 -07: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
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
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
Zac0511 3a0f913d9f Update fr.js
Integrating @ambr0sial 's modifications to the french file.
Source :  https://github.com/HeyPuter/puter/commit/b3935da823ed3128b0ff54fe2b6ada4c87ed23c3
2024-03-30 23:03:19 +01:00
Nariman Jelveh 51bb41863e remove more calls to deprecated endpoints 2024-03-30 09:05:54 -07:00
Nariman Jelveh 0094e2e2cf Merge pull request #191 from meetqy/main
Make showing/hiding the clock configurable
2024-03-29 21:34:52 -07:00
Nariman Jelveh 8883c892ed Fix auto not being triggered when changing visibility 2024-03-29 21:25:03 -07:00
Nariman Jelveh db245f9ba2 Fix spelling mistake 2024-03-29 20:59:50 -07:00
Nariman Jelveh b4be6aa4a6 remove deprecated sharing endpoints and event handlers 2024-03-29 20:49:53 -07:00
meetqy 9fd32468ad fix: Make showing/hiding the clock configurable #159 2024-03-30 10:57:57 +08:00
meetqy 4aaa44a487 Merge branch 'HeyPuter:main' into main 2024-03-30 10:54:14 +08:00
meetqy 514abf030c fix: Make showing/hiding the clock configurable #159 2024-03-30 10:53:39 +08:00
meetqy 5d45bfbfe1 language 2024-03-30 10:33:35 +08:00
Nariman Jelveh fe0cd891e1 Pass API origin to apps 2024-03-28 19:10:03 -07:00
meetqy 69beb1ff7d not save to server 2024-03-28 11:09:47 +08:00
meetqy 0271950b78 clock page 2024-03-28 10:44:52 +08:00
Andre Mesquita c427ca2213 export fixed 2024-03-27 15:27:13 +00:00
Andre Mesquita 4d3eaac346 linked 2024-03-27 15:19:38 +00:00
Andre Mesquita f6a8f02173 fix translations 2024-03-27 14:54:41 +00:00
Andre Mesquita 8cac1344e8 New translations Brazilian Portuguese (translations/br.js) and Portuguese (translations/pt.js) 2024-03-27 14:42:35 +00:00
Tom Delalande f7d29e7dfe Fix typo in parameter name 2024-03-26 15:10:35 +08:00
Nariman Jelveh 907ecbed45 Merge pull request #156 from vineeth-vk11/#154
handling context submenus on mobile devices
2024-03-25 21:41:42 -07:00
Nariman Jelveh 28acf71ad1 Merge pull request #163 from vineeth-vk11/i18n_encoding_issue
fixing html encoding issue in i18n
2024-03-25 21:22:50 -07:00
Nariman Jelveh 1eababd8af Merge pull request #178 from BatsKikker/BatsKikker-patch-2
Added Dutch translation
2024-03-25 15:47:03 -07:00
BatsKikker 6105429961 Update en.js
replace_all was German, replaced with English.
2024-03-25 22:24:27 +01:00
BatsKikker 7b316fc52e Updated en.js from HeyPuter 2024-03-25 22:23:30 +01:00
BatsKikker a05827e856 Update nl.js
Added new translations same as new en.js
2024-03-25 22:18:56 +01:00
BatsKikker 55967298ca Update nl.js
Replaced spaces with tabs.
2024-03-25 22:00:40 +01:00
BatsKikker 1fcfc8737f Update translations.js
Added nl.js
2024-03-25 21:47:05 +01:00
Sam Atkins 734387d535 Fix size of "clear" button in launcher search box
Fixes #179.
2024-03-25 11:49:42 +00:00
Sondre Tungesvik Njåstad e341f1f054 Fix incorrect casing 2024-03-25 08:32:09 +01:00