Commit Graph

1951 Commits

Author SHA1 Message Date
KernelDeimos
c775a2e860 dev: option to follow old app names in get_app 2024-12-19 13:22:00 -05:00
KernelDeimos
0ccb3b2eed dev: track old app names 2024-12-19 13:22:00 -05:00
Nariman Jelveh
40abd568e3
Merge pull request #1067 from bill-c-law/explorer-table-too-wide
Fix explorer table extra white space on right
2024-12-18 16:06:36 -08:00
jelveh
8c9f92cb61 cleanup 2024-12-18 15:31:14 -08:00
KernelDeimos
c69006e185 fix: acl check for subdomain on access 2024-12-18 14:51:30 -05:00
KernelDeimos
81ad3243b1 dev: entity storage parameters + app icon size 2024-12-18 14:12:42 -05:00
KernelDeimos
f032faa06d dev: add fallback for missing icons 2024-12-18 13:04:52 -05:00
KernelDeimos
7ec6621111 dev: make code more compatible with migration branch 2024-12-18 12:20:47 -05:00
KernelDeimos
90967ab109 dev: add ico support 2024-12-18 12:05:11 -05:00
KernelDeimos
8a3d74d30c dev: add bmp support for app icons 2024-12-18 11:23:04 -05:00
KernelDeimos
d67a6f0e0c doc: document and cleanup app icons 2024-12-17 15:17:31 -05:00
KernelDeimos
fc87897a3d dev: parallelize app icon generation 2024-12-17 14:56:07 -05:00
KernelDeimos
925ebd5310 fix: attempt fix for prod issue with app icons 2024-12-17 13:51:33 -05:00
bill-c-law
c5198a03fe Fix explorer table extra white space on right
Fix explorer table was always too wide with extra white space on right side causing an unnecessary horizontal scrollbar.  Changed width for both the header row and item rows from 100vw to 100%, and added min-width.
2024-12-17 13:25:42 -05:00
KernelDeimos
046ef3cb4f dev: add endpoint to read app icons 2024-12-17 12:57:24 -05:00
KernelDeimos
20d27d59bf dev: create pre-sized icons for apps 2024-12-17 12:57:03 -05:00
jelveh
905be23854 Larger launch icons 2024-12-17 09:17:38 -08:00
jelveh
453b7d9ac9 Enforce taskbar height 2024-12-17 09:13:43 -08:00
KernelDeimos
f87769b445 fix: remove redundant notification query 2024-12-17 10:23:20 -05:00
KernelDeimos
2336a62b4f fix: share only emails email_confirmed recipients 2024-12-17 10:00:43 -05:00
jelveh
63efee390a Fix login using QR code 2024-12-17 06:48:40 -08:00
jelveh
47908f01a9 Add that sweet sweet subtle shadow for taskbar 2024-12-16 16:17:35 -08:00
jelveh
3c9a6b9d19 swipe to scroll Explore on mobile 2024-12-16 16:01:43 -08:00
jelveh
c9ab994042 Make progress window mobile friendly 2024-12-16 15:30:42 -08:00
jelveh
8019fd6b73 Update style.css 2024-12-16 15:21:17 -08:00
jelveh
ec2cb250b8 Update initgui.js 2024-12-16 15:16:04 -08:00
jelveh
35059098c3 Update style.css 2024-12-16 15:08:37 -08:00
jelveh
08d23ffca9 Update style.css 2024-12-16 14:58:03 -08:00
jelveh
a06f9c1ec1 Update style.css 2024-12-16 14:52:43 -08:00
jelveh
24ca4e6ad8 Update style.css 2024-12-16 14:44:55 -08:00
jelveh
b1c057e3a6 Update style.css 2024-12-16 14:35:15 -08:00
jelveh
276c9aab96 allow smooth swipe-to-scroll on mobile 2024-12-16 14:29:43 -08:00
jelveh
4e964d82ad ok, apple is horrible. 2024-12-16 14:22:10 -08:00
jelveh
1c5d59da79 Update style.css 2024-12-16 14:19:05 -08:00
jelveh
07de2aba30 Update style.css 2024-12-16 14:13:53 -08:00
jelveh
ba7247e75d More aggressive measures to disable pinch/pan zoom on touch devices 2024-12-16 14:05:17 -08:00
KernelDeimos
fd6f8bf225 perf: single request for gui boot kv keys 2024-12-16 16:54:08 -05:00
KernelDeimos
7ba1b7656b fix: database issue with KBKV update 2024-12-16 16:54:08 -05:00
jelveh
7f036223f6 Update initgui.js 2024-12-16 13:35:18 -08:00
jelveh
380a4b45ef Add user-scalable=no to the desktop 2024-12-16 13:30:16 -08:00
jelveh
89aa02ccec allow web-share in iframes 2024-12-16 12:58:51 -08:00
KernelDeimos
5a68691290 perf: multiple kv keys 2024-12-16 15:38:30 -05:00
jelveh
29d4eefbae Update style.css 2024-12-16 07:25:11 -08:00
jelveh
6014b1ea36 append custom_script_tags_str to the HTML of homepage 2024-12-16 07:09:37 -08:00
jelveh
3d761f008b Emit add_script_tags_to_homepage_html event before building the HTML of homepage 2024-12-16 07:01:44 -08:00
jelveh
556258847a Fix sizing for windows snapping given the new taskbar 2024-12-15 21:49:31 -08:00
jelveh
d7c6229aea update search position in both desktop and launcher 2024-12-15 21:39:05 -08:00
jelveh
b893a47595 Update style.css 2024-12-15 19:28:46 -08:00
jelveh
ab5bc17991 set correct size for home screen on mobile 2024-12-15 19:23:30 -08:00
jelveh
949f97eb2e add mobile responsiveness for otp, login, and password recovery 2024-12-15 17:52:57 -08:00
jelveh
66bcf8a296 Update style.css 2024-12-14 20:55:10 -08:00
jelveh
1266fb8a29 Update style.css 2024-12-14 20:44:20 -08:00
jelveh
37ef58eb04 make Launcher mobile-friendly 2024-12-14 20:32:34 -08:00
jelveh
5ba957b14a add smooth scrolling for mobile taskbar 2024-12-14 19:31:41 -08:00
jelveh
a90beab0b1 show all taskbar items on mobile as well. 2024-12-14 19:18:56 -08:00
jelveh
cfbf98efdd fix more mobile styles 2024-12-14 17:09:03 -08:00
jelveh
803f54dec2 Update style.css 2024-12-14 16:57:19 -08:00
jelveh
6565c740f3 fix minimize not working on mobile 2024-12-14 16:50:43 -08:00
jelveh
26b046b512 Fix multiple issues with mobile responsiveness 2024-12-14 16:39:12 -08:00
jelveh
1a99581d0e fix minor css issues 2024-12-14 13:39:23 -08:00
jelveh
2061d571b0 fix issue with empty file associations input breaking the save process in Dev Center 2024-12-14 13:26:52 -08:00
jelveh
ce36a685fc new taskbar is here! 2024-12-14 10:52:53 -08:00
jelveh
94e7f5deb4 fix: taskbar items of apps should always appear before Trash 2024-12-13 20:42:56 -08:00
jelveh
134f9d2934 Update UIWindowPublishWebsite.js 2024-12-13 19:18:06 -08:00
jelveh
54b93cc349 add a copy button next to App UID in Dev Center 2024-12-13 18:37:43 -08:00
jelveh
65d918866e fix: fullpage mode 2024-12-13 16:10:44 -08:00
KernelDeimos
45f6bc12eb dev: move and simplify writeFile write 2024-12-13 16:49:04 -05:00
KernelDeimos
8045d60e88 clean: cleanup copy and move 2024-12-13 16:04:48 -05:00
KernelDeimos
e208b99d21 fix(security): verify dest_node uid matches signature 2024-12-13 15:53:12 -05:00
KernelDeimos
e840544ee0 dev: DRY destination node handling 2024-12-13 15:30:55 -05:00
KernelDeimos
6b6c295a87 dev: rewrite and move writeFile rename 2024-12-13 14:49:03 -05:00
KernelDeimos
298609c6e9 fix: bug in writeFile rename 2024-12-13 13:35:55 -05:00
KernelDeimos
96a5c3c213 dev: move and simplify writeFile trash and delete 2024-12-13 13:18:34 -05:00
KernelDeimos
d23c33c377 dev: cleanup writeFile: copy, move, mkdir 2024-12-13 12:37:16 -05:00
KernelDeimos
4b3f71b25e dev: migrate listenerutil, remove duplicate 2024-12-13 10:20:31 -05:00
jelveh
c792f4a345 fix: remove unnecessary item_path definition in delete fs api 2024-12-12 18:07:50 -08:00
KernelDeimos
06aeae518b clean: miscellaneous cleanups 2024-12-12 16:42:16 -05:00
KernelDeimos
332939308e clean: remove test functions 2024-12-12 14:47:26 -05:00
KernelDeimos
168dbad295 dev: organize share sequence 2024-12-12 14:47:26 -05:00
KernelDeimos
69e9df1ae2 fix: add missing permissions 2024-12-12 14:46:25 -05:00
Charlotte Katzmann
46365beb7b
Update da.js #875 2024-12-12 20:36:19 +01:00
Nariman Jelveh
0a18cbb19d
Merge branch 'main' into translation/danish 2024-12-12 11:00:30 -08:00
Nariman Jelveh
63c5aa2215
Merge pull request #1062 from lauritsbonde/laurits/danish-translation
add missing danish translations
2024-12-12 10:58:20 -08:00
lauritsbonde
5126571217 add missing danish translations 2024-12-12 19:48:34 +01:00
KernelDeimos
651076a39b doc: document permission scanning 2024-12-12 13:47:03 -05:00
Vang Le-Quy
78cf0f403f Finish Danish translation, resolve issue #875 2024-12-12 19:41:39 +01:00
KernelDeimos
4e47c8bf9d clean: cleanup utils directory 2024-12-12 13:02:22 -05:00
KernelDeimos
d5ecac4d0f dev: update deprecated use of __proto__ 2024-12-12 12:23:58 -05:00
KernelDeimos
951fb32f57 dev: add another response to AIChatService 2024-12-12 10:51:08 -05:00
Nariman Jelveh
713226081e
Merge branch 'main' into feature/issue-#975/finish-French-translations 2024-12-12 07:42:45 -08:00
hexsproductions
52d077cc19
Add missing French translations (#975) 2024-12-12 15:59:55 +01:00
KernelDeimos
d4ca9d438c dev: fix issue with prompt validation 2024-12-12 09:51:43 -05:00
Nariman Jelveh
5f37f7f48f
Merge pull request #1047 from dev-wonny/#966-korean-translation-update
Complete Korean translation for ko.js (#966)
2024-12-12 06:39:34 -08:00
Nariman Jelveh
1b71184b13
Revert "Resolved Issue #965: Completed Kurdish Translations" 2024-12-11 18:47:34 -08:00
Nariman Jelveh
3bd32bb13b
Merge branch 'main' into patch-1 2024-12-11 18:46:52 -08:00
jelveh
51ad4e12d4 Update index.html 2024-12-11 18:40:38 -08:00
Ali Z
5412408538
Update dev-center.js 2024-12-11 18:36:13 -08:00
KernelDeimos
6ca701139a fix: logic from previous commit 2024-12-11 20:55:49 -05:00
KernelDeimos
c6e814daa8 fix: add fallback moderation in case openai goes down 2024-12-11 20:51:23 -05:00
themer
0efac5c77e feature(issue #975) finish French translations 2024-12-12 00:43:55 +01:00
landof
56a5671488
Fix languages orders in translations.js 2024-12-11 15:06:33 -08:00
KernelDeimos
4ff5bec40e clean: remove spans on deprecated calls 2024-12-11 16:52:14 -05:00
KernelDeimos
cbe15a42bd dev: update TelemetryService 2024-12-11 16:36:20 -05:00
KernelDeimos
08dbef7b8c dev: add a feature to hook tracing into context 2024-12-11 16:02:45 -05:00
KernelDeimos
c2b094a351 dev: return otel/jaegar tracing to working state 2024-12-11 15:25:55 -05:00
KernelDeimos
dac5458b2e dev: migrate DatabaseFSEntryFetcher to puterfs module 2024-12-11 13:35:37 -05:00
KernelDeimos
4e0ce06982 clean: remove unused caching mechanism 2024-12-11 13:35:37 -05:00
KernelDeimos
df20cb8e6c clean: filesystem batch 2024-12-11 13:35:16 -05:00
Nariman Jelveh
04cc9c2e05
Merge branch 'main' into #966-korean-translation-update 2024-12-11 09:54:50 -08:00
Nariman Jelveh
658af1fff0
Update ko.js 2024-12-11 09:45:37 -08:00
Nariman Jelveh
51ab24314e
Revert "fix: resolve issue #983 - Stuck on Creating new app loading screen" 2024-12-11 09:44:31 -08:00
Nariman Jelveh
f800cf2dc9
Merge pull request #1051 from mariatouil/fix/stuck-new-app-loading-983
fix: resolve issue #983 - Stuck on Creating new app loading screen
2024-12-11 09:44:27 -08:00
Nariman Jelveh
653f493d27
Merge branch 'main' into feature-hun-translation 2024-12-11 09:43:30 -08:00
Nariman Jelveh
5422a239e4
Merge pull request #1048 from phellinger/hungarian-translation-update-#972
Complete Hungarian translation of Puter #972
2024-12-11 09:41:30 -08:00
vasarmilan
e148bcb909 Add Hungarian translations 2024-12-11 18:00:57 +01:00
KernelDeimos
ed48a16ced clean: remove newly-unused imports 2024-12-11 12:00:42 -05:00
KernelDeimos
4d9cc9bd83 fix: permission strings for ES services 2024-12-11 11:25:29 -05:00
Nariman Jelveh
2cf959dc2c
Merge pull request #1046 from nicola-laura/korean-translation
Korean translation improvement (#966)
2024-12-11 08:24:07 -08:00
Nariman Jelveh
74d95aa366
Update ko.js 2024-12-11 08:21:47 -08:00
Nariman Jelveh
530b7ac647
Merge pull request #1044 from ismailix/965
kurdish translate ismailix
2024-12-11 08:20:43 -08:00
Nariman Jelveh
13518d0ff6
Update ku.js 2024-12-11 08:20:24 -08:00
maria touilzak
c75c9d0383 fix: resolve issue #983 - Stuck on Creating new app loading screen 2024-12-11 16:56:21 +01:00
phellinger
7d2787d26b feat: complete Hungarian translation of Puter #972 2024-12-11 13:08:01 +01:00
“devwonny”
ca3d669a10 Complete Korean translation for ko.js (#966)
Complete Korean translation for ko.js (#966)
https://github.com/HeyPuter/puter/issues/966
2024-12-11 19:44:48 +09:00
Nicola
fefc4ac304 added missing translations and suggested improvements to existing translations (#966) 2024-12-11 17:56:14 +09:00
Ripudaman Singh
4b454a8706 Added Spanish translations for all the missing translations. 2024-12-10 20:38:47 -05:00
jelveh
df34ee048a fix bug with 'Show All' in taskbar items 2024-12-10 17:04:33 -08:00
KernelDeimos
1dc2a6af81 dev: simplify get-launch-apps 2024-12-10 17:10:53 -05:00
KernelDeimos
1beda5b23d clean: cleanup filesystem routes 2024-12-10 16:40:38 -05:00
KernelDeimos
cd7755da6b clean: misc cleanups 2024-12-10 15:58:22 -05:00
KernelDeimos
ff62d9009e refactor: allow service-specific API errors to be registered 2024-12-10 15:23:54 -05:00
igorunmek
af3b6fd152 kurdish translate upwork ismailix 2024-12-10 22:41:27 +03:00
KernelDeimos
8557c54527 clean: cleanup log outputs 2024-12-10 14:19:01 -05:00
KernelDeimos
1b578019f9 fix: provide actor context to ws event 2024-12-10 14:06:14 -05:00
KernelDeimos
96008233ba fix: context error in user connected event 2024-12-10 13:45:31 -05:00
KernelDeimos
6bb9437268 clean: remove legacy driver support 2024-12-10 13:18:42 -05:00
KernelDeimos
b9d53b77a2 refactor: migrate kv driver invocation 2024-12-10 12:54:13 -05:00
KernelDeimos
2fcc257ae1 refactor: migrate entity storage driver invocation 2024-12-10 11:40:49 -05:00
KernelDeimos
193833f4f9 clean: remove legacy driver module 2024-12-10 10:38:40 -05:00
Ken
9965f219d8 refactor: adjust max_tokens for specific models
fix: fix issue when there is an assistant role
2024-12-10 09:17:16 -05:00
KernelDeimos
01395f302e fix: signup 500 for temp user 2024-12-10 09:09:25 -05:00
Nariman Jelveh
62f4318914
Update sv.js 2024-12-10 05:44:14 -08:00
Abdulbasit
9d97ee849d
Resolved issue #965, completed Kurdish translations
I completed the translation for Kurdish and fixed some typos of the already translated phrases and sentences.
2024-12-10 13:42:38 +03:00
Saud Saeed
84c1efbf5f Update Swedish translations in sv.js
fix: Resolve issue #960 by adding missing Swedish (Svenska) translations
2024-12-10 11:21:18 +01:00
Nariman Jelveh
56f57e4ab9
Merge pull request #1039 from Agastya18/feat/add-Escape-key
feat: add Escape key functionality to UIPrompt for closing the prompt
2024-12-09 23:08:54 -08:00
Nariman Jelveh
cf845d3ac1
Update th.js 2024-12-09 22:03:45 -08:00
Teerawat Wuttiwat
529c5376e4
Add missing Thai translations in th.js 2024-12-10 11:58:01 +07:00
agastya gaur
e1b6c83813 feat: add Escape key functionality to UIPrompt for closing the prompt 2024-12-10 08:26:55 +05:30
jelveh
7aa056f1e3 remove Missing translations comment from ig.js 2024-12-09 16:50:52 -08:00
Nariman Jelveh
b04b09042e
Revert "Update missing translations for Igbo" 2024-12-09 16:44:23 -08:00
Nariman Jelveh
49d7ad8eaa
Update ig.js 2024-12-09 16:41:37 -08:00
Nathaniel Essien
803377868c
Merge branch 'main' into main 2024-12-10 01:38:57 +01:00
Nathaniyell
6f4d57a3c6 fix: correct Igbo translation for "Free" in billing terms 2024-12-10 01:36:05 +01:00
Nathaniyell
f0f19e727e feat: add missing Igbo translations for billing-related terms 2024-12-10 01:35:24 +01:00
Victor Evogor
6b15eaed1c Complete Igbo translations for missing keys (#969) 2024-12-10 01:16:57 +01:00
KernelDeimos
acf8ae302e fix: bad import for TeePromise 2024-12-09 18:03:45 -05:00
KernelDeimos
7acb096add fix: sorting bug in AIChatService 2024-12-09 16:31:53 -05:00
KernelDeimos
0f2641b88f clean: remove some unused code/comments 2024-12-09 16:31:53 -05:00
Nguyễn Tuấn Anh
b2ea8a3888 feat: set max token to 8096 2024-12-09 16:31:36 -05:00
KernelDeimos
6c0f04706d move: MountpointService 2024-12-09 16:03:18 -05:00
KernelDeimos
4917848c60 refactor: move SizeService and DRY capacity usage
This commit also fixes a but that was discovered in calculating the size
of files during a copy operation.
2024-12-09 15:50:44 -05:00
KernelDeimos
db00f0ae67 dev: cleanup filesystem utilities 2024-12-09 14:42:14 -05:00
KernelDeimos
3f5bc7163f dev: cleanup config.js 2024-12-09 14:08:46 -05:00
KernelDeimos
537d0d47ec dev: cleanup RuntimeEnvironment.js 2024-12-09 13:49:40 -05:00
KernelDeimos
7839d52925 dev: address TODO comment in Kernel.js 2024-12-09 13:14:10 -05:00
KernelDeimos
c36dd1b3d3 refactor: extension loading 2024-12-09 12:05:23 -05:00
KernelDeimos
070937c7e6 clean: remove some unused vars 2024-12-09 12:05:23 -05:00
KernelDeimos
7af8afb053 refactor: address TODO; de-couple some services from FilesystemService 2024-12-09 12:05:11 -05:00
loismbferraz
c614b8a789 portuguese translations for #963 issue added 2024-12-09 16:23:38 +00:00
nathnapa88
0a746f1e32
Update th.js 2024-12-09 15:42:10 +00:00
Nariman Jelveh
0197e1489c
Merge branch 'main' into main 2024-12-09 06:18:16 -08:00
Nariman Jelveh
a1858fb495
Merge pull request #1020 from lvluu/feature/issue-954
feat: (#954) Add Vietnamese translations for billing-related terms
2024-12-09 06:14:06 -08:00
Nariman Jelveh
6890935d01
Update vi.js 2024-12-09 06:13:43 -08:00
lamia
c840bc8161 feat: Complete the French (Français) translation of Puter #975 2024-12-09 09:49:41 +01:00
akuumaa
05fef6749e feat: Complete the German (Deutsch) translation of Puter 2024-12-09 07:17:31 +01:00
lvluu
267a55aae5 feat: (#954) Add Vietnamese translations for billing-related terms 2024-12-09 12:59:38 +07:00
VuLCT
3e26dbe6a0 feat: add vietnamese translations for billing in vi.js 2024-12-09 12:42:18 +07:00
Nariman Jelveh
d98b6e385c
Merge pull request #1010 from cprogrammer1209/PUTER-ta-dec8
Added to new Tamil Words to the ta.js file.
2024-12-08 20:14:46 -08:00
Nariman Jelveh
fc09a26277
Update zhtw.js 2024-12-08 17:27:29 -08:00
Elisassa
35f2a4f594 Added Traditional Chinese translations 2024-12-08 19:35:55 -05:00
Nariman Jelveh
a16fd36ad3
Merge pull request #1018 from dmytro-nesteruk/main
tweak: update ua translations;
2024-12-08 15:50:55 -08:00
Nariman Jelveh
80e4d040c7
Merge branch 'main' into arabic-translation-issue-948 2024-12-08 15:49:01 -08:00
jelveh
320278dfdf Update ar.js 2024-12-08 15:45:19 -08:00
Nariman Jelveh
183b8105f9
Update ar.js 2024-12-08 15:19:52 -08:00
Dmytro Nesteruk
118605f054 tweak: updated ua translations; 2024-12-09 00:34:55 +02:00
Dmytro Nesteruk
208a38603d tweak: update ua translations; 2024-12-08 23:17:35 +02:00
hasanayoub
4c1b78f73b Completed Arabic translations for issue #948 2024-12-09 00:11:59 +03:00
RamiIbrahim2002
3f0f3dab51 Update Arabic translations for issue #948 2024-12-08 22:07:51 +01:00
Nariman Jelveh
974feeade3
Merge pull request #1015 from nafisa45/main
Add Bengali translations for billing module strings
2024-12-08 13:00:09 -08:00
Nariman Jelveh
05ecd2547b
Update bn.js 2024-12-08 12:59:23 -08:00
nafisa45
de6e5ddb25 I have updated the undefined part of the translation with the intact %strong% and (%%) 2024-12-09 01:32:19 -05:00
Nariman Jelveh
c4931c30ee
Merge pull request #1014 from gwyneblaidd/main
Complete the Ukrainian (Українська) translation of Puter · Issue #956 · HeyPuter/puter
2024-12-08 12:39:03 -08:00
jelveh
ceaf6cb24a Update ua.js 2024-12-08 12:38:38 -08:00
gwyneblaidd
2bbf11f91b
Update ua.js 2024-12-08 22:31:59 +02:00
gwyneblaidd
255f102d16
Update ua.js 2024-12-08 22:24:18 +02:00
Nariman Jelveh
badd4c218e
Merge branch 'main' into add-italian-translations 2024-12-08 11:48:32 -08:00
Nariman Jelveh
77c7d347a4
Update it.js 2024-12-08 11:47:15 -08:00
Daniel, Petrica Andrei-Daniel
5d8854f628
Update it.js 2024-12-08 20:39:36 +01:00
CriDM
c6fa98b3b7 Added missing Italian translations (#968) 2024-12-08 20:35:56 +01:00
Nariman Jelveh
40ea2a3f02
Revert "Created test cases for issue #878 " 2024-12-08 11:31:47 -08:00
Nariman Jelveh
c8894c7d4c
Merge branch 'main' into warning_dialog 2024-12-08 11:29:52 -08:00
root
019a8c1d93 Added to new Tamil Words 2024-12-08 23:30:21 +05:30
e5z26
2ca1f71595 removed jsdom in test file
removed because wasn't being used
2024-12-07 19:09:22 -05:00
Nariman Jelveh
e030cd3d03
Merge pull request #1006 from arrafi-ahmed/issue-970
Fix issue #970
2024-12-07 10:34:01 -08:00
Nariman Jelveh
e9ac20b8b0
Update id.js 2024-12-07 10:30:28 -08:00
Nariman Jelveh
aa82e06e14
Merge pull request #1005 from arthur-adriansens/main
Close apps by clicking on icons (issue #944) + awesome animations!
2024-12-07 10:27:11 -08:00
jelveh
383b4841ae fix the issue with windows losing focus right after they're opened 2024-12-07 10:16:25 -08:00
raf
34ab6dbdff Fix issue #970: [updated undefined values for bahasa translation] 2024-12-07 23:47:58 +07:00
Arthur
6a2f5f0eee Added sattisfying taskbar icon animation 2024-12-07 16:20:22 +00:00
Arthur
90b7e449b7 Added "Toggling apps to minimize once it clicked" #944 feature 2024-12-07 15:46:01 +00:00
William Shiozawa
b23e800f4e feat: added a few Korean translatations 2024-12-06 17:36:21 -08:00
jelveh
71bb8ba881 remove "Missing translations" comment from Hebrew i18n file. 2024-12-06 14:09:32 -08:00
KernelDeimos
b34b8efea9 clean: remove some unused variables 2024-12-06 17:03:16 -05:00
KernelDeimos
cb4bcba7ec clean: cleanup helpers.js 2024-12-06 17:03:16 -05:00
KernelDeimos
7db3be5716 clean: remove unused variables in filesystem 2024-12-06 17:03:16 -05:00
Nariman Jelveh
f93a754273
Merge pull request #1002 from Tristramit/Tristramit-patch-1
Update he.js
2024-12-06 14:02:50 -08:00
KernelDeimos
c566d48433 clean: fix errors found by find-unused-exports 2024-12-06 15:40:59 -05:00
Amos Weislib
197be1c0bc
Update he.js
Few corrections
2024-12-06 21:36:58 +01:00
KernelDeimos
7232406680 clean: remove unused imports from phoenix 2024-12-06 15:28:07 -05:00
jelveh
87f4f3d2dd fix unmatched double quote 2024-12-06 12:23:52 -08:00
KernelDeimos
c87db23faa refactor: combine parsely and strataparse into @heyputer/parsers 2024-12-06 15:08:23 -05:00
KernelDeimos
62a010b1b2 doc: clarify the distinction between CoreModule and Core2Module 2024-12-06 13:05:03 -05:00
KernelDeimos
73f738c9d9 doc: add more extensions documentation 2024-12-06 13:05:03 -05:00
KernelDeimos
1679648780 doc: document the test kernel 2024-12-06 13:05:03 -05:00
KernelDeimos
1e0fb1c3c5 doc: document kernel behavior 2024-12-06 13:05:03 -05:00
Amos Weislib
299a88103e
Update he.js
referencing issue
#974
2024-12-06 19:05:00 +01:00
Nariman Jelveh
c6455d53e4
Merge pull request #1001 from HeorhiiPavlovskyi/Issue-961
Issue #961, filled missing translations, Updating ru.js
2024-12-06 09:59:44 -08:00
Nariman Jelveh
0935c56842
Update ru.js 2024-12-06 09:58:01 -08:00
unknown
9d91649ca1 Update ru.js 2024-12-06 19:48:47 +02:00
KernelDeimos
545e7db5bd fix: test issues from contextlink removal
Apparently there were two things:
- had to remove contextlink from the test command (that was expected)
- can't import libs from putility in the test environment. The error
  produced for this doesn't really explain why.
2024-12-06 12:09:23 -05:00
Nariman Jelveh
fad2c944ab
Merge pull request #999 from JJooaa/finnish-translations
Fixes issue [#976]: Add missing Finnish translations.
2024-12-06 08:59:52 -08:00
Nariman Jelveh
741d8f0bb4
Update fi.js 2024-12-06 08:46:41 -08:00
KernelDeimos
d1e8d51173 clean: remove contextlink
Updates references in phoenix shell to use context from putility.
2024-12-06 11:17:14 -05:00
Justin Oeni
540132cc71 Added two files to test hasGitDirectory and showGitWarningDialog 2024-12-06 10:42:44 -05:00
KernelDeimos
72c496df4b clean: remove early typescript trial 2024-12-06 10:38:55 -05:00
JJooaa
6abbf8440b update: add missing finnish translations 2024-12-06 16:55:05 +08:00
Nariman Jelveh
7f37c42219
Merge pull request #997 from bertsrl/patch-1
Update ro.js
2024-12-05 23:53:24 -08:00
Nariman Jelveh
50a2f3d275
Merge pull request #998 from smikayel/improvement/Armenian_localozation
add translation for missing sentancies
2024-12-05 23:46:26 -08:00
Nariman Jelveh
1e573b654a
Merge branch 'main' into main 2024-12-05 23:44:23 -08:00
smikayel
d6e20dcb20 add translation for missing sentancies 2024-12-06 11:39:09 +04:00
Berty
76308479c6
Update ro.js
Updated the romanian translations.

I kept the terms "Professional" and "Business" in English as they are commonly used this way in Romanian in IT services context

I adapted the forms of address to second person singular ("tu") instead of formal ("dumneavoastră") to maintain a friendly and modern tone

I maintained consistency with existing translations in the file
Placeholders (%strong%, %%) were kept in grammatically correct positions for Romanian language
2024-12-06 09:36:50 +02:00
HutaJoullach
0ed5aaed2c japanese-translation-issue-number-967 2024-12-06 16:24:14 +09:00
kirney23
b3ce0e93fb
Update ja.js 2024-12-06 11:38:53 +09:00
Nariman Jelveh
b41e8b09ad
Update br.js 2024-12-05 15:40:32 -08:00
Samuel Oliveira
fdfc90a931 feat: add brazillian translations for billing-related terms in br.js (revision) 2024-12-05 20:29:37 -03:00
Samuel Oliveira
e66df14862 feat: add brazillian translations for billing-related terms in br.js 2024-12-05 20:18:41 -03:00
KernelDeimos
e301247bfc dev: add an example module and service 2024-12-05 16:58:15 -05:00
KernelDeimos
82457fbc9f doc: document smol (SmolUtil) lib 2024-12-05 16:16:44 -05:00
KernelDeimos
7de23ce68d move: SmolUtil and ServerHealthService 2024-12-05 16:16:44 -05:00
Nariman Jelveh
f9c6f82440
Merge pull request #993 from paulinek13/polish-translation
sync(i18n): add Polish translations for billing-related terms
2024-12-05 12:55:17 -08:00