taggart

Simple golang tagging filesystem webapp
Log | Files | Refs

DateCommit messageAuthorFiles+-
2025-10-08 15:59Move button brackets to CSSbreadcat2+14-21
2025-10-08 14:40Stop search box resizing on focusbreadcat1+2-2
2025-10-08 13:45Support [rotate90] clickable links in video playerbreadcat1+17-4
2025-10-07 17:13Pagination improvementsbreadcat4+104-41
2025-10-07 15:49Allow upload of multiple filesbreadcat2+36-11
2025-10-07 15:24Start of pagination workbreadcat4+229-48
2025-10-07 15:12Don't steal search submit when on bulk tag pagebreadcat1+23-18
2025-10-07 15:07Make bulk tag summary clickablebreadcat1+1-1
2025-10-03 13:49Fix /and/tag/ constructionbreadcat1+10-7
2025-10-03 13:36Larger font and line spacing in text viewerbreadcat1+2-2
2025-10-02 16:15We don't use this script any morebreadcat1+0-8
2025-10-02 16:14Add text viewer with line numbers and description shortcutsbreadcat4+112-0
2025-10-02 16:05Remove avi player, it'll never be supportedbreadcat1+1-1
2025-10-02 16:04Only include timestamp JS on video filebreadcat1+1-1
2025-10-01 21:32Also delete thumbnails on file deletionbreadcat1+8-0
2025-10-01 21:31Small refactorbreadcat1+89-119
2025-10-01 21:27Oneline sanitize filenames and ffmpegbreadcat1+3-21
2025-10-01 20:54Remove sticky nav barbreadcat1+1-1
2025-09-30 15:54Latest CSS and file browser HTMLbreadcat2+23-12
2025-09-29 15:34Search includes tag values nowbreadcat1+50-7
2025-09-29 15:14Support m4v files and shuffle around /file.html layoutbreadcat6+125-89
2025-09-29 14:47Remove search help, you can figure it outbreadcat2+4-17
2025-09-29 13:21It'd help if I supplied the right pathbreadcat1+2-2
2025-09-29 13:14Rename thumbnails too, if they existbreadcat1+22-3
2025-09-29 11:45Loop video files by defaultbreadcat1+1-1
2025-09-28 12:09Support and display multiple tag valuesbreadcat3+14-10
2025-09-27 00:12Replace long pre raw link with shorter inputbreadcat2+3-2
2025-09-26 23:54Allow manually specifying filename and timestamp for backfilled thumbnailsbreadcat1+44-12
2025-09-26 23:36Add backfill shell script for missing video thumbnailsbreadcat1+24-0
2025-09-26 23:36Generate thumbnails on video uploadbreadcat3+49-3
2025-09-26 22:31I'll get around to this implementing these values eventually, I swearbreadcat2+36-3
2025-09-26 22:30Another big ol' refactorbreadcat1+421-692
2025-09-26 18:20Add orphaned file handlerbreadcat2+85-0
2025-09-25 21:57Move description CSS elements to stylesheetbreadcat2+18-10
2025-09-25 21:56Forgot a tagMapbreadcat1+2-0
2025-09-25 21:32Cascading tags menu in global header barbreadcat3+217-177
2025-09-25 21:29This isn't production software, we can make breaking changesbreadcat1+0-6
2025-09-25 20:33Collapse example list by default and tidy up pagebreadcat1+3-15
2025-09-25 20:11Replace inline javascript and CSS with external filesbreadcat9+224-184
2025-09-25 16:02Fix bug where playlists would failbreadcat1+2-2
2025-09-25 15:26Add searchable description field to uploadsbreadcat2+128-16
2025-09-25 14:03Fix yt-dlp upload path manglingbreadcat1+27-14
2025-09-24 17:13Use templates for identical codebreadcat4+16-28
2025-09-24 16:35Convert lists into galleries and style thembreadcat4+54-52
2025-09-24 16:07Pictures open fullscreen in new tabs when clickedbreadcat1+1-1
2025-09-24 15:57Remove whitespace around search boxbreadcat1+1-3
2025-09-24 15:57# on instance namebreadcat1+1-1
2025-09-24 15:14Search bar now preserves search stringbreadcat3+49-43
2025-09-24 13:50Add videos using yt-dlpbreadcat2+75-0
2025-09-24 13:50Large refactorbreadcat1+164-310
2025-09-23 21:08Add bulk tag editorbreadcat3+750-0
2025-09-22 18:47Check for conflicts on file uploadbreadcat1+14-4
2025-09-22 18:07Add unassigned value for files with no tagbreadcat3+26-11
2025-09-22 17:51Re-encode files that are unplayable in browserbreadcat1+109-17
2025-09-22 17:50Mute videos by defaultbreadcat1+1-1
2025-09-22 17:49Use escaped filenames in templatesbreadcat4+14-10
2025-09-22 16:00Add preliminary nav bar, add search and help therebreadcat2+47-18
2025-09-22 15:32Add file extension if missing from custom namebreadcat1+6-0
2025-09-22 15:19Rename upload to addbreadcat2+4-4
2025-09-22 15:17Raw URL copy/paste functionbreadcat2+74-8
2025-09-22 15:16Sort importsbreadcat1+5-4
2025-09-22 13:41Fix static references to UploadDirbreadcat1+4-5
2025-09-21 10:05Add settings feature for upload dir, db pathbreadcat4+212-6
2025-09-21 10:04Rudimentary search featurebreadcat3+81-1
2025-09-21 08:40With renaming, allow deletion toobreadcat2+70-3
2025-09-21 08:25Allow renaming of files once storedbreadcat2+79-1
2025-09-21 08:25Allow saving with custom filenamebreadcat2+26-7
2025-09-21 08:12Only show tagged files in tag viewbreadcat1+5-0
2025-09-21 08:04Same nav on all pagesbreadcat6+1-5
2025-09-21 07:15Implement head and footer templatesbreadcat9+116-97
2025-09-19 17:46Add remote file upload functionalitybreadcat2+81-1
2025-09-19 17:38Cascading menu on tags pagebreadcat2+24-8
2025-09-19 17:34Add untagged files handlerbreadcat3+114-7
2025-09-19 17:28Support previews of webp filesbreadcat2+2-2
2025-09-19 17:07Initial working commitbreadcat1+288-0
2025-09-19 17:07Mods and Sumsbreadcat2+7-0
2025-09-19 17:07Initial Templates and CSSbreadcat5+117-0
2025-09-19 17:05Ignore uploads and existing databasesbreadcat1+4-0
2025-09-19 17:04Get that LF outta herebreadcat1+0-2
2025-09-19 17:02Initial commitbreadcat1+2-0