Commit Graph

70 Commits

Author SHA1 Message Date
Dessalines c27dab08ab Fixing create post bug.
- Fixes #202
2019-08-16 18:46:39 -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 2db3b84b11 Adding a debounce. 2019-08-03 13:26:20 -07:00
Dessalines 75686374a2 Adding emoji support
- Fixes #163
- Bad because it doubles the size of the codebase, and it breaks hot
module reloading. Decide later on merge.
2019-06-01 11:58:14 -07:00
Dessalines 23b9774a85 Adding simple suggested post title from textance.
- Fixes #112
2019-04-30 07:45:50 -07:00
Dessalines 6ba2dde9f4 Adding support for spoilers.
- Fixes #104

example :
```
::: spoiler hidden stuff
*a bunch of spoilers here*
:::
```
2019-04-29 10:16:43 -07:00
Dessalines ff5e884b45 Adding better community and main page routing, with sorting and type in url. 2019-04-28 17:19:04 -07:00
Dessalines 55b684c6f1 Adding a simple image expander instead of iframes.
- Fixes #91
2019-04-24 09:28:20 -07:00
Dessalines 535231f800 Fixing ranking algorithm. 2019-04-21 10:15:40 -07:00
Dessalines 93a512b7a1 Adding negative score fix
- Fixes #84.
- Fixing unit tests.
2019-04-20 16:47:23 -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 335cabc1aa Adding post and user details paging.
- Fixes #52
- Fixes #34
2019-04-17 11:30:13 -07:00
Dessalines 5351e379d5 Commiting before I lose everything. I'll do this properly in a merge 2019-04-15 16:12:06 -07:00
Dessalines 18fed27fa3 Adding user details / overview page.
- Fixes #19
2019-04-07 22:19:02 -07:00
Dessalines 397f65c81e Adding docker.
- Adding docker support. Fixes #6
- Completing the name change to lemmy. Fixes #36
- Running DB migrations from code. Fixes #38
2019-04-05 22:29:20 -07:00
Dessalines ff0271c5c4 Adding markdown to content fields
- Fixes #7
2019-03-30 00:11:44 -07:00
Dessalines b61ca7885f Adding comment sorting
- Fixes #15
2019-03-29 23:08:02 -07:00
Dessalines 57bd4976d3 Adding moment time parsing 2019-03-27 12:54:55 -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