planiverse

A minimalist, no-JS front-end for Mastodon.
git clone https://git.stjo.hn/planiverse
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-07-05 12:41Switch license from GPL to 3-clause BSDSt John Karp1+6-669
2020-06-21 15:07Rename readmeSt John Karp1+0-0
2019-03-25 16:23Fix #6 - Add error handling for deleting an already deleted statusSt John Karp4+40-3
2019-03-24 19:45Fix #5 - Implement deleting statusesSt John Karp6+89-4
2019-03-16 10:37Issue 4 - Specify scopes for authorizationSt John Karp2+12-10
2019-03-16 09:42Merge branch 'master' of https://github.com/FuzzJunket/planiverseSt John Karp1+2-2
2019-03-16 09:41Fix #1 - Delete Node and Webpack filesSt John Karp2+0-36
2019-03-16 09:23Merge pull request #2 from Oreolek/viewsSt John Karp1+2-2
2019-03-11 10:26Fix: unset status statesAlexander Yakovlev1+2-2
2019-02-19 19:57Consolidate search logic into one method/routeSt John Karp3+16-40
2019-02-18 00:16Add search to the readmeSt John Karp1+3-4
2019-02-17 23:57Don't duplicate original poster in mentionsSt John Karp1+1-7
2019-02-17 16:41Implement searching for statuses and accountsSt John Karp6+119-103
2019-02-07 18:58Merge branch 'master' of https://github.com/FuzzJunket/planiverseSt John Karp6+859-59
2019-02-07 18:53Show statuses on the account pageSt John Karp2+27-2
2018-10-11 05:41Add content warnings to readmeSt John Karp1+2-0
2018-10-11 05:39Add some features to the readmeSt John Karp1+6-0
2018-10-11 05:17Remove default readmeSt John Karp1+0-58
2018-10-11 05:17Add licenseSt John Karp1+674-0
2018-10-11 05:06Readme and screenshotsSt John Karp4+177-1
2018-10-11 00:59Fix bug in accessing a property using a variableSt John Karp1+2-3
2018-10-11 00:58Code clean-up, refactoring, commentingSt John Karp16+338-276
2018-10-10 22:09Exclude the logged-in user from reply mentionsSt John Karp2+23-2
2018-10-10 09:01Close off unused routesSt John Karp2+4-4
2018-10-10 03:12Implemented searching for accounts, but commented out the nav linkSt John Karp4+91-0
2018-10-08 17:04Wrap status contents in a divSt John Karp1+10-8
2018-10-08 14:13Send token when querying a statusSt John Karp1+15-2
2018-10-08 14:05Wrap a single status in a ul when replyingSt John Karp1+4-2
2018-10-08 14:03Set visibility on new statusesSt John Karp2+12-0
2018-10-08 13:43Populate visibility for notificationsSt John Karp1+2-1
2018-10-08 13:38Show visibility of statusesSt John Karp3+34-17
2018-10-08 04:37Implement follow/unfollow accountsSt John Karp3+64-1
2018-10-08 03:50Implement basic account pageSt John Karp5+66-2
2018-10-08 02:33Fix sub-lists on notifications pageSt John Karp1+4-2
2018-10-08 00:58Fall back to URL for image alt textSt John Karp1+5-1
2018-10-08 00:51Switch from hr dividers to list itemsSt John Karp8+43-36
2018-09-10 04:13Pass a string to createApp instead of an arraySt John Karp1+6-1
2018-09-10 04:09Fix typo in Mastodon service configsSt John Karp1+1-1
2018-09-10 04:03Tidy old link for posting a new statusSt John Karp1+1-1
2018-09-10 03:55Use dynamically generated linksSt John Karp8+22-16
2018-08-26 21:34Favour redirects over re-using the same pathsSt John Karp5+127-91
2018-08-26 20:37Implement status context pageSt John Karp8+107-43
2018-08-26 00:29Implement notifications pageSt John Karp10+177-77
2018-08-25 22:50Style videos so they don't overflow their containersSt John Karp1+1-1
2018-08-25 22:48Add some hr elements for formatting in text-only browsersSt John Karp2+6-0
2018-08-25 17:36Support showing video attachmentsSt John Karp1+9-0
2018-08-25 17:22Prefix mentions with an @St John Karp1+1-1
2018-08-25 17:16Display image attachments as previewsSt John Karp1+14-10
2018-08-25 17:06Maybe a slightly more obvious retoot iconSt John Karp1+2-2
2018-08-25 17:01Don't strip out content warnings in repliesSt John Karp1+6-1
2018-08-25 16:53Prepopulate mentions in repliesSt John Karp1+1-1
2018-08-19 22:34Only permit cookies to be sent over secure connectionsSt John Karp1+1-1
2018-08-19 17:50Implement rebloggingSt John Karp4+31-3
2018-08-19 17:30Hide statuses if they have spoiler textSt John Karp2+28-17
2018-08-19 17:02Add navigation to the top of the page, rework some CSSSt John Karp5+19-35
2018-08-19 16:51Remove old-timey ligaturesSt John Karp1+2-2
2018-08-19 16:39Break pagination elements into their own componentSt John Karp4+40-18
2018-08-19 16:24Tidy up some of the status routingSt John Karp4+24-44
2018-08-18 22:57Move user authorization checks into a route middleware classSt John Karp5+34-26
2018-08-18 22:48Add ability to favourite a statusSt John Karp8+61-189
2018-08-14 05:19Implement reply functionalitySt John Karp5+60-1
2018-08-14 04:31Implement posting a statusSt John Karp6+118-33
2018-08-12 23:53Show status timestampsSt John Karp4+17-2
2018-08-12 23:28Introduce pagination and action iconsSt John Karp6+131-11
2018-08-12 16:55Display reblogsSt John Karp2+35-15
2018-08-12 14:40Bump users to the login pageSt John Karp2+7-1
2018-08-12 14:39Replace regex with media attachmentsSt John Karp2+5-20
2018-08-12 14:26Support login workflowSt John Karp10+341-78
2018-08-11 17:38Implement public timeline viewSt John Karp10+422-115
2018-08-11 17:32Base commitSt John Karp81+7029-0