Commit Graph

1538 Commits

Author SHA1 Message Date
M Ibtisam Anwar
d9a08de959
Update ur.js
Updated undefined urdu translations
2024-12-05 21:09:21 +05:00
Arthur
f1d9ac5208
changed to single quotes 2024-12-05 16:41:38 +01:00
Arthur
18784b2677
completed Dutch translation #979 2024-12-05 16:33:03 +01:00
KernelDeimos
13a895b76b fix: fake_chat default model and usage errors 2024-12-05 09:34:51 -05:00
KernelDeimos
1e2f9df110 doc: remove comment error 2024-12-05 09:14:30 -05:00
Nariman Jelveh
9ddaab3010
Merge pull request #981 from rowin-C/filetype-association
feat: added tagify in Filetype-Association input in dev center
2024-12-04 18:13:46 -08:00
KernelDeimos
a1c2226561 fix: update test kernel 2024-12-04 20:40:42 -05:00
Nariman Jelveh
223802f631
Merge pull request #986 from githubalexliu/translate_zh
Translated to Chinese
2024-12-04 16:53:10 -08:00
Nariman Jelveh
4653273d9a
Update zh.js 2024-12-04 16:51:29 -08:00
githubalexliu
c1aa637005 Translated to Chinese 2024-12-04 19:26:32 -05:00
jelveh
591cf0f45e tweak for fluid ux 2024-12-04 16:22:06 -08:00
jelveh
12ca609046 invalidate user cache when hitting /get-dev-profile 2024-12-04 15:13:54 -08:00
KernelDeimos
169c1aa3a7 doc: generate puterai docs and is a docgen bug 2024-12-04 16:58:45 -05:00
KernelDeimos
8848055f1b doc: update CONTRIBUTING.md 2024-12-04 16:33:45 -05:00
KernelDeimos
7eb5e59d94 dev: move some utils, LogService, to new module 2024-12-04 14:45:42 -05:00
KernelDeimos
0b36e72c80 doc: re-comment LogService 2024-12-04 14:42:22 -05:00
KernelDeimos
2453baa234 dev: make a module where utilities will go 2024-12-04 14:42:22 -05:00
Nariman Jelveh
a99ee51b00
Update fa.js 2024-12-04 10:19:09 -08:00
agastya gaur
e395571256 Translate billing-related strings to Persian in fa.js 2024-12-04 22:32:45 +05:30
KernelDeimos
9e5429b9ab dev: improve module docgen
- fixes some bugs
- adds list of relative requires
2024-12-04 10:43:49 -05:00
jelveh
b2dae896e6 expand support for more filestypes 2024-12-04 07:17:06 -08:00
Nariman Jelveh
c0257c482f
Merge pull request #982 from rowin-C/hindi-translation
tweak: added missing hindi translation
2024-12-04 07:00:23 -08:00
Nariman Jelveh
cc7683a7fe
Update hi.js 2024-12-04 06:59:59 -08:00
Nariman Jelveh
8cfefebfb6
Update tr.js 2024-12-04 06:52:36 -08:00
Ulas Kilicaslan
e2f603d792 Add missing turkish translations 2024-12-04 15:12:25 +03:00
ron
4f82658d94 tweak: added missing hindi translation 2024-12-04 14:26:04 +05:30
ron
0cd1f151b5 feat: added tagify in Filetype-Association input in dev center 2024-12-04 12:35:36 +05:30
Nariman Jelveh
70c2fd6ee5
Merge pull request #980 from LeeMEow23/warning_dialog
Added the warning dialog
2024-12-03 19:17:32 -08:00
jelveh
59ac89db85 handle the return value of skipWarning 2024-12-03 19:10:14 -08:00
jelveh
b4938659d1 disable copy/paste from local environment.
It never worked and has ruined the experience with regular copy/paste on Puter
2024-12-03 18:58:22 -08:00
Your Name
5302d3a62e Added the warning dialog
If the system detects any sensitive files, it will pop up the dialog showing the warning and provide the user with options of continuing or not.
2024-12-03 18:08:08 -05:00
jelveh
02e62f1625 wake up babe new i18n keys dropped 2024-12-03 14:18:19 -08:00
KernelDeimos
67ab8a1710 doc: first run of module documenter 2024-12-03 17:07:37 -05:00
KernelDeimos
ac372204fa dev: move web service utilities 2024-12-03 17:07:37 -05:00
KernelDeimos
10f6e5458e refactor: move WebServerService and socketio to module 2024-12-03 14:19:26 -05:00
KernelDeimos
3887ce05da dev: de-couple legacy mkdir and remove it
A legacy mkdir function was still being used by the
generate_system_fsentries function. However, it wasn't necessary because
we now associate fsentries by uuid, eliminating the requirement to
create the home directory separately from its subdirectories.

The old mkdir function was removed, and generate_system_fsentries was
moved to a new service called UserService, which is intended to
eventually hold all methods related creating, removing, and updating
users.
2024-12-03 13:04:12 -05:00
KernelDeimos
87db20de14 dev: add user.email-changed event 2024-12-03 10:05:24 -05:00
Nariman Jelveh
e8d4408dca
Revert "File association format (#946)" (#947)
This reverts commit f0d1de7e44.
2024-12-03 06:43:40 -08:00
Sauhbagya Prasad
f0d1de7e44
File association format (#946)
* added validation function

* tagify implementation (incomplete)

* tagify implementation (completed)

* feat:implemented Tagify and filetype validation on filetype associaction in dev center

* tweak: removed unnessary tagify from dependency (its streamed from CDN)

* removed unnecessary tagify import
2024-12-03 06:43:16 -08:00
KernelDeimos
b40d4534a7 fix: correct AI comment faults
Currently the AI comment writer is trusting the AI to write comment
markers. This means sometimes the syntax of a source file is broken by
comment generation. The instructions in the prompt were pretty clear, so
rather than --fixup'ing the previous commit I'm adding these changes
separately as an interesting case study of how different models behave.

Following this result, I am going to be removing mistral from the
comment writer. It is the most likely to misbehave.

I will also be removing gpt-4o-mini, which sometimes included source
lines despite the "no surrounding text" instruction.
2024-12-02 12:05:13 -05:00
KernelDeimos
f75010b355 doc: (skip if using git bisect) ai comments 2024-12-02 11:47:47 -05:00
KernelDeimos
7a8687cd2c doc: ai generated comments 2024-12-02 10:26:52 -05:00
Nariman Jelveh
67ee264239
Merge pull request #945 from MherFrangyan/patch-1
Update hy.js
2024-12-01 22:30:05 -08:00
jelveh
40dccb7741 Update en.js 2024-12-01 22:27:40 -08:00
Mher
1d217e2d59
Update hy.js
added translate
2024-12-02 10:24:09 +04:00
jelveh
6e6bd34463 Update en.js 2024-12-01 22:09:39 -08:00
jelveh
61f54369d7 add more i18n keys for billing 2024-12-01 19:20:25 -08:00
jelveh
9dda9c8dbf add more i18n keys 2024-12-01 19:13:51 -08:00
jelveh
349ae24636 add more keys for billing i18n 2024-12-01 18:51:47 -08:00
jelveh
5ced83195d add more i18n keys for billing 2024-12-01 16:45:53 -08:00
KernelDeimos
ab4ba76433 fix: ignore two calls with undefined origin 2024-12-01 19:41:08 -05:00
KernelDeimos
340c7a821f fix: undefined APIOrigin 2024-12-01 19:29:47 -05:00
Nariman Jelveh
f0b5765cd7
Merge branch 'main' into fix-issue-871 2024-12-01 14:50:13 -08:00
jelveh
e056fafc50 clean up unsed imports 2024-12-01 10:10:30 -08:00
jelveh
b874863986 Update signup.js 2024-11-30 23:01:04 -08:00
jelveh
88339c4044 add more billing keys for i18n 2024-11-30 17:40:54 -08:00
enweazudaniel
f672c28245
Update ig.js 2024-11-30 21:16:36 +01:00
jelveh
badc654968 add i18n entries for billing and offerings 2024-11-30 11:13:01 -08:00
jelveh
67ca4ccf20 fix: add id to the setting menu item in user option menu 2024-11-29 19:40:54 -08:00
jelveh
e662c782b7 fix: add an id to My Websites content menu item 2024-11-29 19:26:13 -08:00
Nariman Jelveh
73864c93cf
Merge pull request #942 from Aliieeee/update-finnish-translations
Review Undefined Words and Correct it
2024-11-29 15:49:25 -08:00
Ali Hassan
e9ba0833da Review Undefined Words and Correct it 2024-11-30 00:34:06 +02:00
jelveh
9b74a2e177 Update it.js 2024-11-29 14:22:56 -08:00
Nariman Jelveh
0223429e3b
Merge pull request #940 from mkalevo/finnish-translation-#871
#871 added missing Finnish translations in fi.js
2024-11-29 13:48:11 -08:00
Nariman Jelveh
c97d64da91
Update fi.js 2024-11-29 13:47:10 -08:00
Nariman Jelveh
5d5b20f40a
Merge branch 'main' into patch-1 2024-11-29 13:44:01 -08:00
Daniel, Petrica Andrei-Daniel
8c0c31cd09
Update it.js 2024-11-29 22:35:38 +01:00
mkalevo
60e87bdf92 #871 added missing Finnish translations in fi.js 2024-11-29 20:44:56 +00:00
Daniel, Petrica Andrei-Daniel
cb70bb2b62
Update it.js 2024-11-29 21:28:56 +01:00
Mithun Munsi
57bdd39d7a Fixes issue #871 2024-11-29 22:25:06 +02:00
puya.bahrani
f2243859cf italian translation 2024-11-29 21:12:17 +01:00
Nariman Jelveh
4ac33675a3
Revert "Update Italian translations" 2024-11-29 10:29:46 -08:00
RidvanPlluzhina
d2bab8c7e8 Update Italian translations 2024-11-29 19:26:17 +01:00
Nariman Jelveh
1cfb3f5a75
Merge pull request #934 from ria147/ria147/update-dev-center
Enable Save button in Dev Center only when settings change and add a Reset button
2024-11-29 07:27:10 -08:00
jelveh
9ba0f2410c set correct base64 value for icon and socialImage 2024-11-29 07:16:59 -08:00
jelveh
92cd65261e also track icon and socialImage 2024-11-29 06:53:29 -08:00
ria147
3f1804eb2a dev: enable/disable reset button iff changes are made 2024-11-29 01:03:53 -05:00
ria147
e5788b6e47 dev: add functionality to reset edit button 2024-11-29 00:58:09 -05:00
ria147
55ffd801e0 feat: add reset edit changes button to dev-center 2024-11-29 00:47:40 -05:00
ria147
63a0053da8 feat: enable/disable save button in dev-center iff changes made 2024-11-29 00:30:57 -05:00
kingflamez
09665a8d7b added missing polish translation 2024-11-28 08:16:34 +01:00
kingflamez
bd35710548 added missing polish translation 2024-11-28 08:15:32 +01:00
jelveh
6bef127c24 Update de.js 2024-11-27 19:13:55 -08:00
Nariman Jelveh
061341db19
Merge pull request #929 from ahamiltonnn/German-translation
Added German translation
2024-11-27 19:12:09 -08:00
Austin Hamilton
80f3ffa5fa Added missing placeholders 2024-11-27 20:08:31 -07:00
jelveh
c30f06b0f2 Update he.js 2024-11-27 19:08:05 -08:00
AmitMaymon
8d846d3c37
Update he.js
Translated the unfinished hebrew translation
2024-11-28 05:01:16 +02:00
Austin Hamilton
73d7152652 Added german translation 2024-11-27 20:01:00 -07:00
jelveh
8dec78b090 fix: remove unnecessary integrity and crossorigin attributes in dev center when linking to jquery 2024-11-27 17:56:45 -08:00
KernelDeimos
c5cd8cc219 dev: register PermissionUtil 2024-11-27 16:29:57 -05:00
KernelDeimos
d014814c36 dev: allow services to register usage info 2024-11-27 16:19:50 -05:00
jelveh
f94631949f tweak: return created timestamp of apps in query 2024-11-27 13:16:02 -08:00
KernelDeimos
d2c1878ed4 dev: add usage check hook for ai services 2024-11-27 16:09:04 -05:00
Nariman Jelveh
7c41396a62
Update ig.js 2024-11-27 11:40:21 -08:00
Nathaniyell
589ca4771e update ig.js 2024-11-27 20:31:22 +01:00
Nathaniyell
5ac5b8bd48 git add update translation of words 2024-11-27 20:27:26 +01:00
KernelDeimos
9ddc84e6cf dev: record token-based usages 2024-11-27 13:53:33 -05:00
Nariman Jelveh
f60834f043
Merge branch 'main' into feature/add-Korean 2024-11-27 06:19:29 -08:00
Nariman Jelveh
a6e31ee7f5
Merge pull request #925 from Fumnanya92/Fumnanya92-update-igbo-translations
Update ig.js
2024-11-27 05:57:35 -08:00
Nariman Jelveh
1c4a66da44
Update ig.js 2024-11-27 05:53:36 -08:00