Commit graph

137 commits

Author SHA1 Message Date
Floorb
49c5643bc7 fix: user profile page created at date not showing up 2023-02-27 05:33:13 -05:00
Floorb
758d1d5d1d fix(tags): client-sided tag limit is better; tag highlighting rules slightly better 2023-02-27 05:24:55 -05:00
Floorb
c238975adf Upgrade highlight.php and do other stuff. 2023-02-25 05:03:19 -05:00
Floorb
5193b4266c misc cleanup, update vendor stuff, fix captcha 2023-02-24 06:26:40 -05:00
Floorb
624d9d63d8 Move CAPTCHA code around a bit 2022-08-27 02:48:10 -04:00
Floorb
86afab0458 Rejigger the CAPTCHA a bunch, more functionality without JS 2022-08-25 01:51:54 -04:00
Floorb
419e451677 Move some stuff around. 2022-07-30 17:55:17 -04:00
Floorb
2aaa47ea25 Fix paste updated_at being updated when it should not be. 2022-07-30 17:13:21 -04:00
Floorb
bc082581a9 Various cosmetic fixes. 2022-04-23 18:27:04 -04:00
Floorb
49a7afb694 Various fixes of errors. 2022-04-23 18:22:16 -04:00
Floorb
f1e3166eec Improve error page, make it so blank usernames are not valid, make it so you can log in. 2022-04-20 18:45:29 -04:00
Floorb
4183286d5a Fix paste title XSS. 2022-04-20 17:19:02 -04:00
Floorb
0581519eaa Remove random weird margin on <em> 2022-04-20 17:16:17 -04:00
Floorb
194a7b11d5 Fix some weirdness with profile paste tables. 2022-04-19 19:36:18 -04:00
Floorb
72747dd992 Make pagination less weird. 2022-04-18 20:48:29 -04:00
Floorb
4da8904520 Make viewing pastes work again, for real. 2022-04-18 14:09:02 -04:00
Floorb
ee097929c0 Make viewing pastes work again 2022-04-18 14:05:26 -04:00
Floorb
f59182093c Change path 2022-04-18 13:55:47 -04:00
Floorb
837d9dfe6c Small form cleanup, re-add loader 2022-04-18 13:54:01 -04:00
Floorb
3d11577eed Try to fix password field, cache ajax_pastes output for awhile. 2022-04-18 13:34:00 -04:00
Floorb
26d00ce7b6 New router and ability stuff. 2022-04-17 19:41:18 -04:00
Floorb
82dd103144 Code cleanup 2022-03-26 23:57:28 -04:00
Floorb
02715158d3 Deduplicate some JS 2022-03-26 23:48:19 -04:00
Floorb
85d411fd12 autocomplete=off on password fields for pastes 2022-03-26 23:25:37 -04:00
Floorb
ec425ce1a2 General cleanup in process of checking for XSS 2022-03-26 23:24:51 -04:00
Floorb
e89de763d5 CSRF stuff I guess 2022-03-14 15:43:01 -04:00
Floorb
69d1ab44ce Revert a stupid mistake, make per-page work? 2022-03-13 13:32:07 -04:00
Floorb
ee11e95019 Make pages work again 2022-03-12 13:56:32 -05:00
Floorb
c7fcd033b0 Remove more jquery stuff, get sorting working on pastes table 2022-03-12 13:11:51 -05:00
Floorb
f67016fb82 Frontend search works alright I guess 2022-01-06 07:58:29 -05:00
Floorb
985bc39a60 Various front and backend code improvements 2021-11-23 03:17:29 -05:00
Floorb
92814b33b2 More JS improvements 2021-11-04 11:35:36 -04:00
Floorb
d7e42772ea Improve paginator JS 2021-11-04 10:41:37 -04:00
Floorb
f6cddef9aa More Eloquent moves 2021-11-02 08:46:40 -04:00
Floorb
ab632347b6 More Eloquent conversions 2021-11-01 16:56:17 -04:00
Floorb
c1ed98a5bd Some work, mainly committing so my next commit can be a little smaller. 2021-10-22 21:43:35 -04:00
Floorb
c7bb6e20fa Checkpointing 2021-10-15 20:38:36 -04:00
Floorb
49876fc828 Delete unused stuff 2021-09-03 08:04:54 -04:00
Floorb
8fc4373959 Experimental JS data table thing 2021-09-03 08:00:22 -04:00
Floorb
73a2fad938 Experimental SSP again 2021-09-02 08:55:14 -04:00
Floorb
7ef5f25137 Some code 2021-08-29 01:26:29 -04:00
Floorb
d036647181 So much shit. Experimenting with Eloquent. 2021-08-27 06:46:27 -04:00
Floorb
584ef2f40a Make markup more valid 2021-08-26 05:58:37 -04:00
Floorb
d55c382fe8 Get rid of lang files 2021-08-26 05:35:21 -04:00
Floorb
c881954698 Rebuild JS 2021-08-25 20:22:17 -04:00
Floorb
22ca916daf I dont know 2021-08-25 20:02:05 -04:00
Floorb
7050190174 Merge remote-tracking branch 'origin/main' into feature/cleanup
# Conflicts:
#	theme/bulma/user_profile.php
#	theme/bulma/view.php
2021-08-25 19:19:55 -04:00
aftercase
64a892a40e added line highlight function
Line id from url now highlights.
2021-08-25 23:48:17 +01:00
aftercase
4de5e5dafa Fixed Pastedown bugs
Fix bug on Pastedown where text broke through it's container.
Fix mobile responsive bug where containers where remaining full size.
Changes to UI
2021-08-25 22:51:11 +01:00
aftercase
755bf5fe5d updated userpage
Page now displays colored tags, and favored pastes now load in updated order.
2021-08-25 17:09:13 +01:00