Commit Graph

19 Commits

Author SHA1 Message Date
Stanislav Nikitin dcd361de1f
Update dependencies, fix footer link.
continuous-integration/drone/push Build is passing Details
2022-08-14 16:02:16 +05:00
Stanislav Nikitin 2ec0e28243
Make linter happy and move to os from io/ioutil for reading/writing.
continuous-integration/drone/push Build is passing Details
2022-08-14 15:49:05 +05:00
Stanislav Nikitin 0f47434f60
Move from fileb0x to embed.FS. Fixes #22.
Also removed unused fontawesome JS.
2021-06-16 06:22:33 +05:00
Stanislav Nikitin fa7a79310d
Assets update. 2021-01-09 06:15:38 +05:00
Stanislav Nikitin ce962ddd00
Version bump. 2021-01-09 06:14:16 +05:00
Stanislav Nikitin a982e07faf Fixed improper tooltip (popups) rendering. Fixes #8. (#11) 2019-10-13 09:25:29 +00:00
Stanislav Nikitin 2159aadfcb
Fixed Safari stuck when clicking on dropdowns by updating Bulma.
Fixes #4.
2019-10-12 15:10:13 +05:00
Stanislav Nikitin 19b5ef3d9f
Fastfix for previous two commits (sorry) and chroma update.
Well, doing "git add ." not from repository's root is a bad idea.

Updated chroma dependency, added more languages to syntax highlighting.
2019-03-07 08:43:28 +05:00
Stanislav Nikitin 0bf20cd2c9
Assets update. 2018-12-01 04:46:27 +05:00
Stanislav Nikitin c8005a4836 Navbar burger isn't used, removed. 2018-05-26 13:58:50 +05:00
Stanislav Nikitin 342a4d1d7c Templates and templater, added footer with application data. Fixes #8 and #7. 2018-05-26 13:50:13 +05:00
Stanislav Nikitin 94a0a435b6 Passworded pastes are here. 2018-05-18 22:28:04 +05:00
Stanislav Nikitin a8c8f6de36 Fix for private pastes can be obtained in RAW mode without TS. 2018-05-01 23:08:12 +05:00
Stanislav Nikitin c926a58276 Private pastes, systemd unit file, design updates.
It is now possible to create private pastes, just check approriate
checkbox.

Added systemd unit file. Don't forget to fix it for your needs!

Updated design for pastes viewing, now paste information shows in
table. Improves mobile experience at least :).
2018-05-01 22:56:45 +05:00
Stanislav Nikitin 64c2d62a49 Design works and viewing raw paste data. 2018-05-01 18:43:06 +05:00
Stanislav Nikitin 850fbb55ab Captcha and design works.
Added captcha generation. As we're working without JS - there is no
possibility to reload image, only if user will reload whole web page.

Some design works - set monospace font for paste textarea (will
use system-defined default monospace font) and lowered font size
in paste views.
2018-05-01 17:45:36 +05:00
Stanislav Nikitin 398aea2697 Syntax highlight and README update. 2018-05-01 14:41:36 +05:00
Stanislav Nikitin 48d43ca097 Pagination, readable error messages to user, syntax highlighting started.
Pagination now works. Temporary hardcoded 10 pastes per page, will be put
in configuration later. Maybe.

From now user will receive readable error message if error occured.

Started to work on syntax highlighting, tried to make lexers detection
work but apparently to no avail.
2018-05-01 02:37:51 +05:00
Stanislav Nikitin 3456ecd312 Initial commit. 2018-04-30 18:42:17 +05:00