Commit Graph

161 Commits

Author SHA1 Message Date
miguel_the_flipnote_frog
00a919a8af locales(update): Updated Portuguese (Brazil) locale 2023-04-27 23:36:11 +02:00
Святослав
883afd6f98 locales(update): Updated Ukrainian locale 2023-04-27 23:36:11 +02:00
Célistine Oosting
e0e7ae8a50 locales(update): Updated Dutch locale 2023-04-27 23:36:11 +02:00
popeye820
f562fadf19 locales(update): Updated Spanish locale 2023-04-27 23:36:11 +02:00
ash
af23e572f9 locales(update): Updated German locale 2023-04-27 23:36:11 +02:00
Святослав
9a3e1a5cb4 locales(add): Added Ukrainian locale 2023-04-27 23:36:11 +02:00
MythicalPlayz
6a245d68fb locales(add): Added Arabic locale 2023-04-27 23:36:11 +02:00
ash
1208706231 locales(update): Updated Chinese (Simplified) locale 2023-04-27 23:36:11 +02:00
ash
b92531f35f locales(update): Updated Portuguese (Brazil) locale 2023-04-27 23:36:11 +02:00
ash
0600624012 locales(update): Updated French locale 2023-04-27 23:36:11 +02:00
ash
e60a9e0a08 locales(update): Updated Spanish locale 2023-04-27 23:36:11 +02:00
ash
2f5b086338 locales(remove): Removed Portuguese (Portugal) locale 2023-04-27 23:36:10 +02:00
Weblate
a13f13d525 Added translation using Weblate (Portuguese (Portugal)) 2023-04-27 23:36:10 +02:00
Hosted Weblate
3ce606bd8c Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Pretendo Network/Juxtaposition
Translate-URL: https://hosted.weblate.org/projects/pretendonetwork/juxtaposition/
2023-04-27 23:36:10 +02:00
Jonathan Barrow
7ee24db09d Merge pull request #31 from PretendoNetwork/add-license
Create LICENSE
2023-04-27 17:36:03 -04:00
ash
fcb126ee4e Merge pull request #33 from ashmonty/main
chore: add weblate widget to readme
2022-08-19 21:21:00 +02:00
Ash Monty
396cee7c7b chore: add weblate widget to readme 2022-08-19 20:51:30 +02:00
Jemma
7466fa88f1 Create LICENSE
Update the license to AGPLv3

Need permission from the following contributors to continue:

- [ ] @Angel3245
- [ ] @ErdbeerbaerLP 
- [ ] @CarlosNunezMX 
- [ ] @DkStar7 
- [ ] @sjkim04 
- [ ] @MiguelFogli 
- [ ] @AnnoyingRain5 
- [ ] @bastiro03 
- [ ] @hataodev 
- [ ] @ashmonty 
- [ ] @BradenYes 
- [ ] @rhinoswirl
2022-08-16 10:17:20 -05:00
Jemma
a6c9b4e43f Merging UI rewrite + Messages into main (#30)
* Started implementing UI Rewrite for Communities page

* More work on community page

* Updated background assets. Began work on the user page redesign. Cleaned up a few functions related to showing overlays in juxt.js.

* Adjusted some css that was off after testing on the console. Fixed a typo in juxt.js that would prevent the wave screen from being dismissed.

* Added user pages to the profile. Moved the back button to the nav bar, and implemented functions to toggle it on and off depending on the history state.

* Cleaned up some leftover console.logs. Added button to download user data.

* Once again updated some css values to account for how they render on the console.

* Fixed alignment with verified tags. Fixed back button jumping around in position randomly. Rewrote the "go back up" bar and moved it to a separate module for easier maintainability. Cleaned up css file

* Fixed layout in announcements. Fixed check in admin panel for domain being incorrect

* Adjusted a few small alignment issues on the communities and users page

* Started implementing messages. Fixed a display bug with the background of overlays in user settings and the new post screen

* updated the cdn url for the desktop community pages

* More progress on messages, moved back to the conversations model instead of private communities.

* Fixed messages not creating new conversation objects correctly

* Fixed messages not being marked as read, timestamp not updating, and verified information not being shown on messages pages. Added a button to send a message to a mutual follower, but still needs to be implemented on the backend.

* Finished implementing messages. Still requires some bug fixes with the scroll position jumping around when navigating back and forth between message threads and user pages.

* Fixed the issue with not being able to load the applet :')

* (actually) finished implementing messages on portal, still need to address the scrolling issues when jumping between pages

* Fixed drawing messages not actually sending

Co-authored-by: Jemma <git@jemsoftware.dev>
2022-08-10 15:03:19 -05:00
miguel_the_flipnote_frog
cd56017826 Final fixes for the brazilian portuguese translation (#27)
* pt_br translation

a pt_br translation of juxt, a corrected version of pt.json for portuguese brazil

* fixed a "S" in done_button

* Update pt_br.json

fixed some words

* more corrections

* Update pt_br.json

* Fix some words and change pronouns to suit brazilian portuguese
2022-07-30 15:00:01 -05:00
MiguelFogli
4cc56feea4 PT_BR translation (#22)
* pt_br translation

a pt_br translation of juxt, a corrected version of pt.json for portuguese brazil

* fixed a "S" in done_button

* Update pt_br.json

fixed some words

* more corrections
2022-07-28 13:15:50 -05:00
Braden Yes
74d3a585e3 Attempted to fix the JP translation (it sucks) (#26) 2022-07-28 13:14:30 -05:00
hatao
460b88457b Update fr.json (#25) 2022-07-19 19:43:20 -05:00
Jemma
46bdc585f5 Merge branch 'main' of https://github.com/PretendoNetwork/juxt-web 2022-05-31 22:57:16 -05:00
Jemma
8e74d9982e Tweaked auth to make debugging on desktop easier 2022-05-31 22:56:55 -05:00
mrjvs
8c1f23e5c2 Docker (#24)
* removed old dockerfile

* add all docker related files

* add certs folder to dockerfiles

* move config.json to root of repo

* update missed import

* remove old dockerfile

* add logs to ignore files
2022-05-08 10:15:19 -05:00
CaramelKat
9e6e26e81b Fixed bug were community would not always load more posts 2022-02-27 16:04:52 -06:00
CaramelKat
8abf5841ac Added support for following and unfollowing users and communities 2022-02-27 15:48:42 -06:00
CaramelKat
e90d172ffe Added yeah! support on web. Moved me page icon to top banner on mobile. (hopefully) fixed issue with navigation bar rendering under the gesture bar on iOS 2022-02-27 15:23:17 -06:00
CaramelKat
fcff5be3c2 Fixed community icon url. Added community banners to web 2022-02-27 00:34:11 -06:00
CaramelKat
ca572f19f1 Fixed cookie url 2022-02-26 23:57:29 -06:00
CaramelKat
69df3f8c69 Added user and community page to web 2022-02-26 23:54:51 -06:00
CaramelKat
532f79538e Added notifications page to web 2022-02-26 17:14:42 -06:00
CaramelKat
570d4c079c Fixed Yeah! erroring out on console 2022-02-26 14:01:59 -06:00
Jay
cb850623e5 Added manifest icons 2022-02-20 00:43:30 -06:00
Jay
a4d500efab Added web manifest 2022-02-20 00:42:07 -06:00
Jay
1b2f94c00b Corrected cnd url for web 2022-02-19 23:10:09 -06:00
Jay
324d992efd Redesign of web interface. Added communities and all communities page 2022-02-19 23:04:23 -06:00
Jay
55f1c893b0 Added another check to let bots crawl images 2022-02-19 20:01:41 -06:00
Jay
7412cab92f Added robots.txt. Updated meta data (again again) 2022-02-19 19:49:44 -06:00
Jay
a4a9ad11fa Updated meta tags (for the last time hopefully) 2022-02-19 19:28:48 -06:00
Jay
2a6671376e Updated meta tags (again) 2022-02-19 19:19:57 -06:00
Jay
47034dc7cd Fixed default language selection when not signed into Juxt 2022-02-19 18:51:26 -06:00
Jay
c86aca3982 Updated url meta data 2022-02-19 18:48:31 -06:00
Jay
3d8f981aad Fixed cookie domain 2022-02-19 18:34:47 -06:00
Jay
24e3f46796 Added web endpoint 2022-02-19 18:26:55 -06:00
CaramelKat
bdac28e637 Catching up the 3DS version of Juxt with the Wii U version. Things are likely still broken, but it works ¯\_(ツ)_/¯ 2022-01-30 19:09:16 -06:00
CaramelKat
b1e5511a34 fixed and prevent duplicate posts, increased size for Mii name's on user pages to help with the rendering issues for some special characters. fixed "No Posts" being rendered when trying to load more posts on the user page. Added a rate limit for submitting and liking posts 2021-12-09 20:26:52 -06:00
CaramelKat
845042ce77 Added additional check when someone attempts to post in Announcements 2021-12-09 12:43:01 -06:00
CaramelKat
95dbb5a92e Merge remote-tracking branch 'origin/main' 2021-12-09 12:27:59 -06:00