Commit graph

  • 1afd70a516 updated readme update-2024 mtrx 2024-08-18 01:17:27 +0200
  • a5001ab732 Better error handling when .env not set mtrx 2024-08-17 20:47:07 +0200
  • 73c8e318b6 add extension recommendations mtrx 2024-08-17 01:05:57 +0200
  • 0a85a81950 template error logging, css, better rendering mtrx 2024-08-10 21:30:51 +0200
  • 2e7a81d7c7 introducing templating inheritance and macros mtrx 2024-08-10 21:01:49 +0200
  • 7fe997acff remove cookie token garbage mtrx 2024-08-10 09:41:01 +0200
  • ed0c6b4f0a updated readme mtrx 2024-08-10 09:08:43 +0200
  • 1e3e1eddc9 clear makefile mtrx 2024-08-10 09:01:14 +0200
  • c30976f2d7 major config rebuild using once cell. added ability to use .env. mtrx 2024-08-10 08:24:22 +0200
  • 35cd018152 Streamlined config usage mtrx 2024-05-15 00:36:14 +0200
  • 9be7442f7d Updated most of the libraries and fixed the resulting deprecated warnings mtrx 2024-05-14 22:47:50 +0200
  • 40b9a90bf9 updated docker-compose to use the docker hub image main Leonard Lorenz 2021-05-02 19:54:39 +0200
  • 16efbc7cb5 Merge branch 'master' of github.com:mtrx1337/crablog Leonard Lorenz 2021-05-02 19:43:07 +0200
  • 4e0611d5c2 Updated all dependencies Leonard Lorenz 2021-05-02 19:39:31 +0200
  • 6b0072df97
    Updated readme for the new docker hub image mtrx 2021-05-02 19:19:23 +0200
  • fda295b8f8 more styling Leonard Lorenz 2021-04-03 23:42:21 +0200
  • e19663d4e6 styling readme Leonard Lorenz 2021-04-03 23:41:04 +0200
  • 59014b5f9c
    Merge pull request #4 from SunRed/master mtrx 2021-04-03 23:38:45 +0200
  • 787d40fb6b
    fixed <id> not showing in route description mtrx 2021-04-03 23:30:06 +0200
  • accbdb6f7a Bumped to 0.3.0. Switched /blog routes to / prefix and moved preevious / route to /about. Changed some env var loading code. Leonard Lorenz 2021-04-03 23:26:10 +0200
  • 5c1c0de1b1
    we only need sqlite for our diesel_cli mtrx 2021-04-02 23:16:07 +0200
  • 0ab9e12723
    Use example from README.md as default crablog.env Manuel 2021-02-13 14:13:17 +0100
  • 015d36ef91
    Add change to compile with all threads again Manuel 2021-02-13 14:04:38 +0100
  • 243bc6397b
    Merge pull request #1 from SunRed/master mtrx 2021-02-09 14:09:27 +0100
  • 5e905fa5ca
    Include a default environment file Manuel 2021-02-09 11:51:58 +0100
  • 139242fc30
    Change docker file structure and reduce image size drastically Manuel 2021-02-09 11:44:33 +0100
  • c7ad153adf added a div element to prevent the whole left side of a post to be a link Leonard Lorenz 2020-12-05 22:43:11 +0100
  • ec86734ea1 compile with all threads Leonard Lorenz 2020-12-05 22:33:38 +0100
  • cbc7831193 serving social icons from static instead of using the ones from their sites (faster, does not set cookies from <website of icon>) Leonard Lorenz 2020-12-05 22:23:37 +0100
  • 4f6ba72fc3 added db setup documentation in readme Leonard Lorenz 2020-11-22 00:54:24 +0100
  • 90bd088228 Added some more navigation buttons Leonard Lorenz 2020-11-22 00:44:05 +0100
  • d6a180bc65 fixed tag stripping Leonard Lorenz 2020-11-22 00:30:52 +0100
  • 0b9758fc66 fixed static path handling and deleted html.rs Leonard Lorenz 2020-11-22 00:07:05 +0100
  • 818a7bb0a0 Added request logging Leonard Lorenz 2020-11-21 23:45:59 +0100
  • 8f2512e95f updated readme for social buttons Leonard Lorenz 2020-11-21 22:49:12 +0100
  • 865040a68b added images to gitignore Leonard Lorenz 2020-11-21 22:38:39 +0100
  • 5017fa536e added optional social media buttons Leonard Lorenz 2020-11-21 22:35:36 +0100
  • bfcf1a22e6 post by id now returns unauthorized if post is hidden Leonard Lorenz 2020-11-21 21:40:07 +0100
  • 3dab5f4ab0
    Update README.md mtrx 2020-11-21 21:33:05 +0100
  • ff178b4984 removed /doc directory Leonard Lorenz 2020-11-21 21:27:01 +0100
  • b84a8d081f
    Update README.md mtrx 2020-11-21 21:25:53 +0100
  • 7f4637e13f fixed html escaping and fixed env variable names Leonard Lorenz 2020-11-21 21:17:33 +0100
  • 7becde6dc7 Global configuration, templates load once, render many times Leonard Lorenz 2020-11-21 20:51:32 +0100
  • 74ab125243 fixed blog by id route embeds and removed a single quote Leonard Lorenz 2020-11-17 20:33:02 +0100
  • 1fd3bdd49f added short post description for embeds Leonard Lorenz 2020-11-17 20:26:14 +0100
  • 9521674ba1 detach when started Leonard Lorenz 2020-11-17 18:12:26 +0100
  • 7e70485b98 should it die, we want it to restart Leonard Lorenz 2020-11-17 18:05:49 +0100
  • 85ff8b12f3 Dockerization and generalization of the project. Make it accessable for everyone Leonard Lorenz 2020-11-17 18:01:54 +0100
  • d3a5cac4be move templates and static pages into rust source code to ditch i/o on page load Leonard Lorenz 2020-11-14 22:38:33 +0100
  • f0f4048835 added css to display images correctly Leonard Lorenz 2020-11-02 16:13:02 +0100
  • 4fe6704e72 fixed token setting Leonard Lorenz 2020-11-02 16:04:22 +0100
  • 5109d75e1a removed commented out code Leonard Lorenz 2020-10-27 23:06:39 +0100
  • 874ec7e095 no need for js on clientside anymore to display the blog Leonard Lorenz 2020-10-27 23:04:55 +0100
  • 77fb38403e updated source url Leonard Lorenz 2020-10-27 14:55:39 +0100
  • 32ecbfa3d7 fixed screensize with html meta Leonard Lorenz 2020-10-26 12:41:58 +0100
  • 621762b8d2 fixed index css and updated index Leonard Lorenz 2020-10-26 12:39:05 +0100
  • 133187ad98 added html templates, static, index Leonard Lorenz 2020-10-26 12:19:44 +0100
  • 6e72cba14c Added /blog/edit, inline documentation Leonard Lorenz 2020-10-26 12:17:52 +0100
  • a90ca863e7 Cleared the last warnings Leonard Lorenz 2020-10-26 10:56:05 +0100
  • 4cbb673f15 Added hiding, deleting, editing posts Leonard Lorenz 2020-10-25 23:23:32 +0100
  • 22846c85b3 convert newlines in blogposts to <br> tags Leonard Lorenz 2020-10-23 22:50:55 +0200
  • 9c6a20d2b8 disabled auto escaping Leonard Lorenz 2020-10-23 22:41:28 +0200
  • c196a882d5 fixed submit content type Leonard Lorenz 2020-10-23 12:06:19 +0200
  • e56e43651c set correct content type Leonard Lorenz 2020-10-23 11:34:54 +0200
  • 19080cc0e7 i wanna use a reverse proxy anyways Leonard Lorenz 2020-10-23 01:03:59 +0200
  • e69dc686f0 added more SSL config flags Leonard Lorenz 2020-10-23 00:55:27 +0200
  • d6aee1e99d Cleaned up directory, created documentation and readme Leonard Lorenz 2020-10-23 00:20:26 +0200
  • 8a70db9b42 Added envvar configuration Leonard Lorenz 2020-10-22 23:51:20 +0200
  • b56dcdf330 implemented authentication for new blog posts Leonard Lorenz 2020-10-22 16:52:04 +0200
  • bc806593e3 improved error messages Leonard Lorenz 2020-10-22 01:38:43 +0200
  • b848922eee removed dead code and finished permalinks Leonard Lorenz 2020-10-22 00:25:30 +0200
  • cfbeb07f37 first working instance Leonard Lorenz 2020-10-22 00:17:52 +0200