summaryrefslogtreecommitdiffstats
path: root/server
AgeCommit message (Collapse)Author
2020-05-17Version v0.6.61Dessalines
2020-05-16Adding Greek and Basque languages for weblate.Dessalines
2020-05-12Version v0.6.60Dessalines
2020-05-12Changing image_content_type function to Result. (#711)Dessalines
* Changing image_content_type function to Result. * Changing image to image/
2020-05-11Version v0.6.59Dessalines
2020-05-11Pictshare only cache image content types. Fixes #709Dessalines
2020-05-11Version v0.6.58Dessalines
2020-05-11Removing 2nd match.Dessalines
2020-05-11Merge branch 'thumbnail-outsourced' of ↵Dessalines
https://github.com/AndreVallestero/lemmy into AndreVallestero-thumbnail-outsourced
2020-05-11Improve shell scripts (#705)Richie Zhang
* Improve init-db.sh Allow custom database parameters. Abstract common functionality. * Improve install.sh Abstract common functionality. Ask to automagically reload the project when source files are changed.
2020-05-08Version v0.6.57Dessalines
2020-05-07Removed hardcoded thumbnail valueAndre Vallestero
2020-05-06Removed debug lineAndre Vallestero
2020-05-06Thumbnail generation for iframely incompatible sourcesAndre Vallestero
2020-05-03Version v0.6.56Dessalines
2020-05-03Updating Cargo deps. Fixes #666Dessalines
2020-05-01fix shell quotation error of server db-init.shpfcoder
2020-04-27Version v0.6.55Dessalines
2020-04-26Version v0.6.54Dessalines
2020-04-22Version v0.6.53Dessalines
2020-04-22Changing wait to spawn in websocket.Dessalines
2020-04-21Version v0.6.52Dessalines
2020-04-21Adding websocket blocking.Dessalines
2020-04-21Fixing closures.Dessalines
2020-04-21Merge branch 'master' into routes_web_blockDessalines
2020-04-21Adding web::blocks to routes.Dessalines
2020-04-20Version v0.6.51Dessalines
2020-04-20Merge branch 'abstract_websocket_sends'Dessalines
2020-04-20Merge branch 'asonix-abstract_websocket_sends' into abstract_websocket_sendsDessalines
2020-04-20Making websocket create community do register rate limit.Dessalines
2020-04-20Remove unused methodsasonix
2020-04-20post -> registerasonix
2020-04-20Use get_ip in ratelimit middlewareasonix
2020-04-20Give ratelimit fields explicit namesasonix
2020-04-20Guard CreateCommunity, represent impossible error with Infallibleasonix
2020-04-20Add websockets into the api scopeasonix
2020-04-20Changing warn to debug for rate limiting message.Dessalines
2020-04-19Allow rustfmt on api configasonix
2020-04-19appease clippyasonix
2020-04-19Change RateLimit to act as a middlewareasonix
2020-04-19Adding websocket notification system.Dessalines
- HTTP and APUB clients can now send live updating messages to websocket clients - Rate limiting now affects both HTTP and websockets - Rate limiting / Websocket logic is now moved into the API Perform functions. - TODO This broke getting current online users, but that will have to wait for the perform trait to be made async. - Fixes #446
2020-04-15Add apache benchmark installation checkcharleshthomasiii
2020-04-14Version v0.6.50Dessalines
2020-04-14Merge branch 'dev' into admin_settingsDessalines
2020-04-12Version v0.6.49Dessalines
2020-04-12Version v0.6.48Dessalines
2020-04-11Removing redundant to_ownedDessalines
2020-04-11Adding live reloading of config.hjson changes through UI.Dessalines
- https://stackoverflow.com/questions/61159698/update-re-initialize-a-var-defined-in-lazy-static/61161271#61161271 - https://stackoverflow.com/questions/29654927/how-do-i-assign-a-string-to-a-mutable-static-variable/47181804#47181804
2020-04-10Adding an admin settings page.Dessalines
- Fixes #620 - Adding a UserListing component. Fixes #627
2020-04-03Version v0.6.45Dessalines