Commit graph

14 commits

Author SHA1 Message Date
Daniel Szabo
4cc737731a Multiple enhancements and bugfixes
!Breaking change! - The updated version will not be able to read your old database file

Major improvements:
- Added editable pastas
- Added private pastas
- Added line numbers
- Added support for wide mode (1080p instead of 720p)
- Added syntax highlighting support
- Added read-only mode
- Added built-in help page
- Added option to remove logo, change title and footer text

Minor improvements:
- Improved looks in pure html mode
- Removed link to GitHub repo from navbar
- Broke up 7km long main.rs file into smaller modules
- Moved water.css into a template instead of serving it as an external resource
- Made Save button a bit bigger
- Updated README.MD

Bugfixes:
- Fixed a bug where an incorrect animal ID in a request would cause a crash
- Fixed a bug where an empty or corrupt JSON database would cause a crash
2022-06-03 17:24:34 +01:00
Dániel Szabó
9e4940eb44
Update README.MD 2022-05-08 19:02:04 +01:00
Daniel Szabo
c9cf87e02b Updated README and index.png 2022-05-08 17:10:19 +01:00
Dániel Szabó
fc63b7aa1a
Update README.MD 2022-05-02 18:23:29 +01:00
Dániel Szabó
dd9648cd2e
Update README.MD 2022-04-23 16:57:45 +01:00
Dániel Szabó
1c7b4f4b3a
Update README.MD 2022-04-23 16:50:45 +01:00
Dániel Szabó
460ac55cb3 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.MD
2022-04-23 16:49:06 +01:00
Dániel Szabó
f56ffa98e4 - added new pasta type URL and automatic redirection endpoint
- added water.css styling
- added CL argument to set port
- added raw URL to pasta list
2022-04-23 16:47:36 +01:00
Dániel Szabó
a3915fed76
Updated README.MD with cURL instructions 2022-04-11 19:31:56 +01:00
Dániel Szabó
4ee064b834
Update README.MD 2022-04-11 19:14:00 +01:00
Dániel Szabó
e8b0e3a482 Updated README.MD with instructions 2022-04-11 14:48:11 +01:00
Dániel Szabó
22b61fc793 Added auto removal of expired pastas 2022-04-11 14:41:28 +01:00
Dániel Szabó
5bae4310a3 Added README.MD 2022-04-11 14:40:21 +01:00
Dániel Szabó
0754998d22 Added README.MD 2022-04-11 14:38:49 +01:00