aboutsummaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Collapse)Author
2021-07-03Implement auto-reload functionalitysageman_
A constant 5 second reload interval instead of increasing the reload intervals by 5 seconds every time so that the user does not miss any time sensitive posts. This also works with the invalid captcha patch.
2021-07-02removed javascript for post validation because it broke board creationFChannel
2021-07-02Alert user to bad captcha instead of changing the pageknotteye
2021-07-02added anchor links for index.html and public instance indexing tweakFChannel
2021-07-01flushed out version of tripcode with secure trips and instancesalt added to ↵FChannel
config
2021-07-01fixed css to align post formFChannel
2021-07-01Merge pull request #24 from 153/patch-1FChannel0
Changed "top.html" width of board title
2021-06-30using FingerActor does not work for main instance had to fixFChannel
2021-06-30Changed "top.html" width of board title153
When the width of that div is only 400px, surprise! Your board title can only be one or two words before it breaks. I do think having line breaks is sensible, so I widened it.
2021-06-30return user to catalog when posting from catalogknotteye
2021-06-29fix for tor instances and displaying mediaFChannel
2021-06-29...... missing closing parenthesisFChannel
2021-06-29added public instance tracking when instance is createdFChannel
2021-06-28tor placeholder image for catalog pageFChannel
2021-06-28null element missing id valueFChannel
2021-06-28added onion temp fix for error in null elementFChannel
2021-06-28added tor image in place of broken links. if user is using tor they just ↵FChannel
click the image to view it
2021-06-28changed all time to UTC to sync better regardless of server timeformatFChannel
2021-06-28tor proxy, added server version in faq, increased verification timeFChannel
2021-06-24changed activitystream formating for objects to better align with pleromas ↵FChannel
actor field
2021-06-19admin can mark objects as senstiveFChannel
2021-06-19added sensitive content checkbox for uploadFChannel
2021-06-17replacing quotes for hover preview because it breaks without itFChannel
2021-06-17escaping quotes to not break hover, it will probably still breakFChannel
2021-06-17added html meta data as well as basic hover effect on linksFChannel
2021-06-04added exif removal from jpeg, png imagesFChannel
2021-06-03cleaned up file namesFChannel
2021-06-03deleteing objects and cache objects put into single db commandsFChannel
2021-06-03cleaning up removing postsFChannel
2021-06-01changed actor to type Group and other clean upFChannel
2021-05-30added finger methods for getting the actorFChannel
2021-05-30more route redirection cleanupFChannel
2021-05-13improved tripcodesFChannel
2021-05-12added imagemagick to requirementsFChannel
2021-05-12adjusted reply-box clippingFChannel
2021-05-12cleaned up manage page styleFChannel
2021-04-26new line after quoteFChannel
2021-04-08Merge pull request #3 from anomalous69/reply-highlightFChannel0
Reply highlighting
2021-03-25added media metadata load to see first frameFChannel
2021-03-22add reply highlightinganomalous69
2021-02-23added fix for special characters in board name, also escaped some characters ↵FChannel
for regex. might be some missing edge cases
2021-02-16cut down catalog query to only grab opFChannel
2021-02-05view all bugFChannel
2021-02-04when merging boards into a feed show the board color based on posts ↵FChannel
restrictions
2021-02-03sorted board listFChannel
2021-02-02added rules.html and faq.html change to fit your own instance specs.FChannel
2021-02-02turned of preload metadata, might turn on laterFChannel
2021-02-01changed to base 36 for post idsFChannel
2021-01-31preload metadata of video to see first frameFChannel
2021-01-30trip code name supportFChannel