Commit Graph

44 Commits

Author SHA1 Message Date
Dessalines 3ddbe2e370 Merge branch 'dev' into websocket_scopes 2020-02-02 14:37:19 -05:00
Dessalines 04df95b8b2 Some minor fixes. 2020-02-02 14:10:15 -05:00
Dessalines 680eab53c1 Finishing up interpolation rework. 2020-02-02 13:50:44 -05:00
Richard d5bacc2839 changed h2 back to h5 2020-02-01 19:24:11 +01:00
Dessalines 4f08760ef4 Mostly done eliminating recurring fetches. 2020-01-31 22:34:08 -05:00
Richard d829b9b5ac usability features
This are all the commits from another PR combined into a single commit.
2020-01-31 21:52:27 +01:00
Dessalines 2998957617 Fixing front end error messages. Fixes #462 2020-01-25 09:58:53 -05:00
Dessalines f5b75f342b Done merging http-api and private_message 2020-01-23 19:17:42 -05:00
Dessalines 9ccff18f23 Adding a toaster to replace alerts. Fixes #457 2020-01-22 22:29:11 -05:00
Dessalines c5eecd055e Strongly typing WebsocketJsonResponse. Forgot comment-form.tsx 2020-01-19 00:38:45 -05:00
Dessalines 0c5eb47135 First pass at fixing UI to work with new websocketresponses. 2020-01-18 23:54:10 -05:00
Dessalines 07d7664a38 Fixing create_post, create_community, and login pages.
- Includes fetching the site for `enable_nsfw` info. Fixes #400
2020-01-03 13:52:21 -05:00
Dessalines b4b8e9d7f5 Fixing empty email field in register form breaking signups.
- Fixes #382
2019-12-28 20:25:36 -05:00
Dessalines aee6ee5a7c Adding some site oriented settings.
- Adding option to close registration. Fixes #350
- Adding option to disable showing NSFW buttons. Fixes #364
- Adding option to disable downvotes. Fixes #239
2019-12-11 12:21:47 -08:00
Dessalines b89d6305ba Password reset mostly working. 2019-11-01 23:41:57 -07:00
Dessalines 7100d4d1ef Halfway done with email, not fully working yet. 2019-10-29 20:35:39 -07:00
Dessalines 97e21f6fd9 Running prettier on code.
- #305 , #309
2019-10-18 17:20:27 -07:00
Dessalines 6a761165bb Squashed commit of the following:
commit ecd6c5a2f4
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 19:49:38 2019 -0700

    Adding some docs

commit 3babd09aff
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 19:28:46 2019 -0700

    Adding save user settings

commit 6e8da9cc9e
Merge: 3246d5d c148eef
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 17:26:25 2019 -0700

    Merge branch 'dev' into nsfw

commit b3d4a5c4ce
Author: Dessalines <happydooby@gmail.com>
Date:   Sun Aug 11 20:55:09 2019 -0700

    nsfw mostly done, except for settings page.
2019-08-13 19:52:43 -07:00
Dessalines 0e00e77c14 Adding support for internationalization / i18n (#189)
* Still not working

* Starting to work on internationalization

* Main done.

* i18n translations first pass.

* Localization testing mostly done.

* Second front end pass.

* Added a few more translations.

* Adding back end translations.
2019-08-09 17:14:43 -07:00
Dessalines 19c106d3df Fix page titles for custom site name
- Fixes #113
2019-06-02 18:35:46 -07:00
Dessalines db63212fe1 Removing need for spam_timer 2019-05-15 09:32:33 -07:00
Dessalines 1eb587d233 Reworking some UI. Adding proper trending communities with hot rank.
- Breaking out subscribed and all into radios. Fixes #142
2019-05-01 22:26:31 -07:00
Dessalines e3651e76bb Spam 2019-04-26 09:21:20 -07:00
Dessalines aff41afa19 Spam 2019-04-26 09:11:04 -07:00
Dessalines 74af5ef871 Spam 2019-04-26 08:53:45 -07:00
Dessalines 170d1b6f0a Spam 2019-04-26 08:31:23 -07:00
Dessalines 018cbe1fee Fixing rust warning.
- Fixes #111
2019-04-26 07:34:04 -07:00
Dessalines 009b3b5079 Spamtimer 2019-04-25 22:50:42 -07:00
Dessalines cd03fa5e03 Temp 2019-04-25 20:14:52 -07:00
Dessalines ca26756d0a After signup, redirect to communities page. 2019-04-25 11:26:44 -07:00
Dessalines 5c8e23bb4c Fixes for login screen, server 2019-04-25 08:51:23 -07:00
Dessalines 51d6aaaf25 Adding document titles.
- Fixes #100
2019-04-22 09:24:13 -07:00
Dessalines b25b1b6a0d Saving replies, the actual fixes will be in the merge to dev. 2019-04-19 21:06:25 -07:00
Dessalines a8f421486c Adding max length to user, post, and forum fields.
Fixes #76
2019-04-18 08:14:45 -07:00
Dessalines 2e73146e50 Before big moderation merge 2019-04-16 16:04:23 -07:00
Dessalines 8e5a5d17a8 Adding trending communities.
- Fixes #29
- Communities fetching now has sort and limit.
2019-04-09 23:19:12 -07:00
Dessalines 463cacdf72 Adding slur filter.
- Fixes #45
2019-04-09 11:35:16 -07:00
Dessalines 641d66310e Loading indicators.
- Fixes #10
- Adding SVG symbols component
2019-04-08 14:46:09 -07:00
Dessalines 18fed27fa3 Adding user details / overview page.
- Fixes #19
2019-04-07 22:19:02 -07:00
Dessalines 6ae9f639e6 Adding Iframe expand
- Adding Iframe Expand. Fixes #32
- Fix issue with table sorting. Fixes #33
- Changing all to h4s. Fixes #30
2019-04-04 17:01:10 -07:00
Dessalines 5ce3ebdb74 Adding a few endpoints.
- Adding CreatePost, CreateComment, CreateCommunity
2019-03-26 11:00:18 -07:00
Dessalines fc1c16a58b Refactoring websocket code, adding create community
- Adding create community
2019-03-24 20:51:27 -07:00
Dessalines c438f0fef1 Adding login and Register
- Login and Register  mostly working.
- Starting to work on creating communities.
2019-03-22 18:42:57 -07:00
Dessalines d52c16c123 Adding initial UI and Websocket server. 2019-03-20 18:22:31 -07:00