Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-13 | Merge pull request #41 from GarfieldsPipe/master | FChannel0 | |
Improve the README | |||
2021-07-13 | Improve the README | GarfieldsPipe | |
2021-07-07 | v0.0.8-release | FChannel | |
2021-07-07 | fixed caching order | FChannel | |
2021-07-07 | made delete objects as thread and fixed following non-valid actor links | FChannel | |
2021-07-07 | check if onion link for media proxy | FChannel | |
2021-07-07 | increased auto-refresh timer | FChannel | |
2021-07-07 | added media proxy for remote links | FChannel | |
2021-07-04 | minor corrections to faq | FChannel | |
2021-07-04 | Merge pull request #33 from the-sageman/faq-and-rules | FChannel0 | |
Improve the static pages a bit | |||
2021-07-04 | Oops, forgot that the description was relocated | sageman_ | |
On another note, it would be nice if the description was in one place | |||
2021-07-04 | Merge branch 'development' of https://github.com/FChannel0/FChannel-Server ↵ | sageman_ | |
into faq-and-rules # Conflicts: # client.go # static/faq.html | |||
2021-07-03 | formating changes for local board grid when there is only 1 or 2 boards | FChannel | |
2021-07-03 | new development version for tracking | FChannel | |
2021-07-03 | added report reason to admin manage page | FChannel | |
2021-07-03 | fixed bug with reply/report box not closing when submitting post | FChannel | |
2021-07-03 | fixed error with CreatePublicKeyFromPrivate with empty actor | FChannel | |
2021-07-03 | add some styling to news pull request | FChannel | |
2021-07-03 | Merge pull request #35 from the-sageman/pem-failsafe | FChannel0 | |
In case the PEM key is missing, do not fail too hard. | |||
2021-07-03 | Merge pull request #32 from the-sageman/autoreload | FChannel0 | |
Implement auto-reload | |||
2021-07-03 | Merge pull request #27 from knotteye/master | FChannel0 | |
Home page improvements and news system | |||
2021-07-03 | Improve the static pages a bit | sageman_ | |
They were *begging* for grammar corrections after all. The FAQ should now be a bit more newbie-friendly now. | |||
2021-07-03 | In case the PEM key is missing, do not fail too hard. | sageman_ | |
Tell the administrator in a friendly matter that they are an idiot and they should seek assistance in generating a new keypair and telling everyone about it. | |||
2021-07-03 | Preserve reply and report window states | sageman_ | |
Especially important since auto-reload gets rid of what you wrote without this patch except for those who use the classic reply form. However, this introduces a lot of bloat to the code and a lot of data kept on the client-side. Perhaps we could implement a no JavaScript version? Also semicolons because apparently JavaScript is *this* forgiving. | |||
2021-07-03 | Implement auto-reload functionality | sageman_ | |
A constant 5 second reload interval instead of increasing the reload intervals by 5 seconds every time so that the user does not miss any time sensitive posts. This also works with the invalid captcha patch. | |||
2021-07-02 | removed javascript for post validation because it broke board creation | FChannel | |
2021-07-02 | fix board remainder calculation | knotteye | |
2021-07-02 | add deletion of news items | knotteye | |
2021-07-02 | show only the last 3 news items on index, link to a page with all news items | knotteye | |
2021-07-02 | select a specific number of news items from the database | knotteye | |
2021-07-02 | Merge pull request #29 from knotteye/captcha | FChannel0 | |
Alert user to bad captcha instead of changing the page | |||
2021-07-02 | Alert user to bad captcha instead of changing the page | knotteye | |
2021-07-02 | Merge branch 'master' into master | Amelia | |
2021-07-02 | Display most recents news item and create a table for boards | knotteye | |
2021-07-02 | added anchor links for index.html and public instance indexing tweak | FChannel | |
2021-07-02 | Merge branch 'FChannel0:master' into master | Amelia | |
2021-07-01 | Make news list links to full page news articles | knotteye | |
2021-07-01 | Add a list of local boards and server news | knotteye | |
2021-07-01 | flushed out version of tripcode with secure trips and instancesalt added to ↵ | FChannel | |
config | |||
2021-07-01 | linkify text and use imageboard name to identify it | knotteye | |
2021-07-01 | fixed css to align post form | FChannel | |
2021-07-01 | Merge pull request #24 from 153/patch-1 | FChannel0 | |
Changed "top.html" width of board title | |||
2021-06-30 | using FingerActor does not work for main instance had to fix | FChannel | |
2021-06-30 | fixed federation bug with the TO field for sending activity streams. Added ↵ | FChannel | |
delay in indexing so the indexing inpoint cant be abused by non federated actors | |||
2021-06-30 | Changed "top.html" width of board title | 153 | |
When the width of that div is only 400px, surprise! Your board title can only be one or two words before it breaks. I do think having line breaks is sensible, so I widened it. | |||
2021-07-01 | Merge pull request #22 from knotteye/master | FChannel0 | |
return user to catalog when posting from catalog | |||
2021-06-30 | return user to catalog when posting from catalog | knotteye | |
2021-06-30 | added instance index in config as opt in to be more user friedly | FChannel | |
2021-06-29 | check for nil pointer reference | FChannel | |
2021-06-29 | fix for tor instances and displaying media | FChannel | |