Nariman Jelveh
1e3fcc8bdb
Set default Python icon and improve logic for default app prompt dialog
2024-03-22 11:49:57 -07:00
meetqy
be7859edb3
fix: Icons under taskbar #114
2024-03-22 23:03:19 +08:00
Sondre Tungesvik Njåstad
b31c5a672d
The user can now choose to always use a given app (when double clicking the icon) after rightclicking and clicking "open with"
2024-03-22 13:46:55 +01:00
Nariman Jelveh
4a1169dc38
Remove unused, phased out windows
2024-03-21 18:20:16 -07:00
vineethvk11
da8351dc82
handling context submenus on mobile devices
2024-03-22 01:34:17 +05:30
Sam Atkins
afd733024b
Fix some i18n-related typos
2024-03-21 10:53:06 +00:00
Nariman Jelveh
726f0111ae
Merge pull request #147 from BrowserBox/puter-143-Safari-embedded-cookie-permissions
...
Update UIWindow.js to permit Safari to store cookies for embedded apps
2024-03-20 21:42:27 -07:00
Nariman Jelveh
198507fce4
Merge pull request #120 from meetqy/main
...
fix: Automatic Adjustment of Puter Windows to Stay Within Viewport on Browser Resize #12
2024-03-20 17:22:53 -07:00
Cris
1ba8ce2353
Update UIWindow.js
...
Adding `allow-storage-access-by-user-activation` which is important for permitting Safari to ask the user if the embedded app can use cookies, which enhances security, privacy and user consent.
See here for more discussion: https://github.com/HeyPuter/puter/issues/143#issuecomment-2008692100
2024-03-20 16:13:17 +08:00
Nariman Jelveh
51fb668b66
Merge pull request #132 from SondreNjaastad/main
...
More translation
2024-03-19 15:46:34 -07:00
Nariman Jelveh
6e5b97dd1f
Merge pull request #138 from SondreNjaastad/base
...
Presist language user_preference
2024-03-19 09:45:47 -07:00
meetqy
ad31998816
add original position
2024-03-19 21:59:48 +08:00
Nariman Jelveh
0f867d9015
Allow gamepad
on iframes
2024-03-18 23:48:53 -07:00
Sondre Njåstad
ae335df11e
Presist language user_preference
2024-03-19 06:13:39 +01:00
Nariman Jelveh
7c69583307
configm
-> confirm
2024-03-18 20:26:47 -07:00
Sondre Njåstad
409e8acafa
revert value requirement
2024-03-19 04:22:17 +01:00
Sondre Njåstad
bf75ebd4dd
We require value. Using label will be very messy with translation
2024-03-19 04:04:41 +01:00
Sondre Njåstad
9a0d612dff
Fix comments
2024-03-19 04:00:03 +01:00
Nariman Jelveh
c495d9f8fd
Allow manual arrangement only if item is being dropped directly on the Desktop
2024-03-18 18:20:05 -07:00
Nariman Jelveh
c0d2472860
Merge branch 'main' into #10
2024-03-18 17:30:47 -07:00
Sondre Njåstad
38f30f7138
More translation
2024-03-18 21:29:27 +01:00
Sondre Njåstad
8e1dbc8189
Fix broken dialogboxes
2024-03-18 21:16:33 +01:00
Sondre Njåstad
592a30ca6d
Translation WIP
2024-03-18 21:07:29 +01:00
Sondre Njåstad
926070ce26
Remove logging, simplify listing supported languages
2024-03-18 18:47:55 +01:00
Sondre Njåstad
2f63c4cadf
Fix listing languages
...
Translate additional fields
2024-03-18 18:47:54 +01:00
Sondre Njåstad
e210630cb2
Fix Login header was not translated
2024-03-18 18:47:54 +01:00
Sondre Njåstad
f5c9ab04f8
Add lanuage selector, norwegian, franch and presistant language preference based on user
2024-03-18 18:47:53 +01:00
vineethvk11
8ef6167915
adding language support for auto arrange word
2024-03-18 09:29:23 +05:30
vineeth kumar
a2fedfcd97
Merge branch 'main' into #10
2024-03-18 09:17:34 +05:30
vineethvk11
ed663c0824
fixing issues in auto arrange while moving items
2024-03-18 09:14:51 +05:30
Nariman Jelveh
86080b0ccf
Add i18n for English, Korean, and Chinese
...
This is WIP. Help make the translations better.
2024-03-17 16:01:06 -07:00
Nariman Jelveh
f3e4a12e57
Refactor helpers.js
to reduce file size
2024-03-16 20:13:48 -07:00
Nariman Jelveh
8100edbef9
implement query param passing between browser window and app iframe
2024-03-16 19:57:33 -07:00
vineethvk11
dfc03be3d2
optimising by storing desktop item positions as a map in kv store
2024-03-16 11:32:11 +05:30
Nariman Jelveh
4719d7e076
Update UIContextMenu.js
2024-03-15 17:16:54 -07:00
ayamoosa
8ec0e63d7b
fixed left/right issue. Feature is ready
2024-03-15 12:31:40 -07:00
ayamoosa
23a7f852b4
Merge remote-tracking branch 'origin/master' into slow-sub-v2
2024-03-15 10:38:05 -07:00
ayamoosa
f88cfc750f
need to work on submenuDirection reactivity
2024-03-15 09:15:40 -07:00
vineethvk11
fddda77523
adding ability to customise desktop by arranging items
2024-03-15 20:32:47 +05:30
ayamoosa
99ab5cec5b
works on right side
2024-03-13 09:21:18 -07:00
vineethvk11
2413bd7816
adding ability to undo upload and minor fix in undo rename
2024-03-11 14:37:53 +05:30
vineethvk11
09c706a99d
adding ability to undo rename action
2024-03-10 20:05:58 +05:30
vineethvk11
a18ec1efdb
adding ability to undo create file/folder action
2024-03-10 19:48:17 +05:30
Nariman Jelveh
61c3d3571d
Apply user preferences every time Desktop is loaded
2024-03-08 20:02:17 -08:00
Sun Jia Cheng
e39e38da11
Implement 'Show Hidden Files' feature
2024-03-09 11:37:34 +08:00
Ikko Eltociear Ashimine
e7ca0d1839
Update UIItem.js
...
seperator -> separator
2024-03-08 00:15:38 +09:00
jamesxu1288
5735b75528
Add password toggle on login form
2024-03-04 23:03:11 -08:00
Nariman Jelveh
99980d38b2
Change Puter.com to Puter in some license headers
2024-03-04 18:15:52 -08:00
Nariman Jelveh
a3cf96d6cd
Update PuterDialog.js to remove irrelevant comment
2024-03-04 18:04:14 -08:00
Nariman Jelveh
f8b72cbfd2
Adjust the size of the Launch icon to keep it consistent with other default Taskbar icons
2024-03-04 13:19:51 -08:00
Nariman Jelveh
0fba3a03c2
Merge pull request #14 from HeyPuter/object-field-duplicates
...
Remove duplicate object keys
2024-03-04 13:06:01 -08:00
Nariman Jelveh
e04da6d8b1
fix license formatting
...
Prefix lines with ' * ' and use the correct repo name.
2024-03-04 13:00:26 -08:00
Sam Atkins
f0e2bb3633
Remove duplicate object keys
...
These serve no purpose except to confuse you, and make my IDE draw some
red wiggly underlines.
2024-03-04 20:10:08 +00:00
Nariman Jelveh
17f0709a42
Add license headers
...
lame but necessary
2024-03-02 19:59:32 -08:00
Nariman Jelveh
fa42b0871e
Initial commit
2024-03-02 18:39:14 -08:00