Commit Graph

392 Commits (879048983c23d58f34e076ff3835fa3a48923a01)

Author SHA1 Message Date
Dessalines 106ce6096b Version v0.6.62 4 years ago
Dessalines f5e96d9372 Version v0.6.61 4 years ago
Dessalines 6fe4184f72 Adding Greek and Basque languages for weblate. 4 years ago
Dessalines 155b99b64e Version v0.6.60 4 years ago
Dessalines f971e31171 Changing image_content_type function to Result. (#711)
* Changing image_content_type function to Result.

* Changing image to image/
4 years ago
Dessalines c22310bdaf Version v0.6.59 4 years ago
Dessalines eb72ace854 Pictshare only cache image content types. Fixes #709 4 years ago
Dessalines cb88510964 Version v0.6.58 4 years ago
Dessalines f7c947888f Removing 2nd match. 4 years ago
Dessalines 2719daffb0 Merge branch 'thumbnail-outsourced' of https://github.com/AndreVallestero/lemmy into AndreVallestero-thumbnail-outsourced 4 years ago
Richie Zhang d17316508c Improve shell scripts (#705)
* 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.
4 years ago
Dessalines b83aae0b57 Version v0.6.57 4 years ago
Andre Vallestero 38381ba287 Removed hardcoded thumbnail value 4 years ago
Andre Vallestero 243dda543c Removed debug line 4 years ago
Andre Vallestero d96c66ba9f Thumbnail generation for iframely incompatible sources 4 years ago
Dessalines 88e1251d6b Version v0.6.56 4 years ago
Dessalines 2f7a4ecdb2 Updating Cargo deps. Fixes #666 4 years ago
pfcoder 6d73b16716 fix shell quotation error of server db-init.sh 4 years ago
Dessalines 66134823bf Version v0.6.55 4 years ago
Dessalines 92e4edf9b7 Version v0.6.54 4 years ago
Dessalines c22090c602 Version v0.6.53 4 years ago
Dessalines 313d023eef Changing wait to spawn in websocket. 4 years ago
Dessalines b2a89cd217 Version v0.6.52 4 years ago
Dessalines 6b58080067 Adding websocket blocking. 4 years ago
Dessalines 809cc1049e Fixing closures. 4 years ago
Dessalines 01b7ac5fb9 Merge branch 'master' into routes_web_block 4 years ago
Dessalines d98c936295 Adding web::blocks to routes. 4 years ago
Dessalines b98fa12741 Version v0.6.51 4 years ago
Dessalines 217a9b00b8 Merge branch 'abstract_websocket_sends' 4 years ago
Dessalines c0f4d5260f Merge branch 'asonix-abstract_websocket_sends' into abstract_websocket_sends 4 years ago
Dessalines 0d4679a37b Making websocket create community do register rate limit. 4 years ago
asonix 05b961a90a Remove unused methods 4 years ago
asonix d11af012fc post -> register 4 years ago
asonix d058db95e5 Use get_ip in ratelimit middleware 4 years ago
asonix 4df2031ae0 Give ratelimit fields explicit names 4 years ago
asonix 904ebf34a5 Guard CreateCommunity, represent impossible error with Infallible 4 years ago
asonix db4454b52b Add websockets into the api scope 4 years ago
Dessalines c18fa5a38e Changing warn to debug for rate limiting message. 4 years ago
asonix 217efdd706 Allow rustfmt on api config 4 years ago
asonix 4712ae4eb0 appease clippy 4 years ago
asonix ac43b86b60 Change RateLimit to act as a middleware 4 years ago
Dessalines f300c67a4d Adding websocket notification system.
- 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
4 years ago
charleshthomasiii 09836bffef Add apache benchmark installation check 4 years ago
Dessalines be6a7876b4 Version v0.6.50 4 years ago
Dessalines 6d5518cbd4 Merge branch 'dev' into admin_settings 4 years ago
Dessalines 8192f69584 Version v0.6.49 4 years ago
Dessalines a26bff6921 Version v0.6.48 4 years ago
Dessalines c92201a674 Removing redundant to_owned 4 years ago
Dessalines 61815bce2e Adding live reloading of config.hjson changes through UI.
- 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
4 years ago
Dessalines bb287cbd07 Adding an admin settings page.
- Fixes #620
- Adding a UserListing component. Fixes #627
4 years ago