1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 19:34:52 +09:00

Commit graph

  • b0b2aa83c5 Store remote actor keys in the DB, reuse them instead of GETing every time fr33domlover 2019-02-03 13:58:14 +0000
  • 21c8df1251 Actor public key specifies whether it's shared fr33domlover 2019-02-03 11:12:18 +0000
  • 991296faa1 Move some JSON/AP codec utils to new Data.Aeson.Local module fr33domlover 2019-02-03 11:01:36 +0000
  • e6f987817e Fix: HTTP signature wasn't being sent in AP POSTs fr33domlover 2019-02-03 10:59:35 +0000
  • cd8ed9ef89 Hold a persistent server key for ocap signatures fr33domlover 2019-01-30 03:12:42 +0000
  • c0965a4c47 Default roles for repos and turn user/anon collab tables into proj/repo fields fr33domlover 2019-01-29 22:24:32 +0000
  • 5cba838917 Enable basic default project roles fr33domlover 2019-01-28 14:43:07 +0000
  • dcadaed2ee Show links for adding repo/project collaborators fr33domlover 2019-01-27 02:56:11 +0000
  • 577df6ddcf Add "about" field to person table, display in person page fr33domlover 2019-01-26 23:39:13 +0000
  • e9ac361f27 Uncomment new person form, it's not being used fr33domlover 2019-01-26 23:38:43 +0000
  • 20c0e40638 Determine operation access in Vervis.Access, reuse it everywhere it's needed fr33domlover 2019-01-26 22:22:49 +0000
  • 250701712a Move most of the DB graph modules to a separate persistent-graph library fr33domlover 2019-01-26 22:20:19 +0000
  • da6d8c008e Rename project field in Project Role assignment tables, it had the wrong name fr33domlover 2019-01-26 12:56:15 +0000
  • 4875f0b9f7 Make login status display consider unverified login fr33domlover 2019-01-21 22:51:19 +0000
  • 04e26a911d In httpGetAP, if we got an unexpected Content-Type, specify it in error message fr33domlover 2019-01-21 22:24:09 +0000
  • 2a68bb560b Link to OutboxR for testing, instead of InboxR fr33domlover 2019-01-21 21:42:21 +0000
  • e6ee947cfd In update-deps.sh, darcs pull new patches automatically without asking fr33domlover 2019-01-21 21:07:56 +0000
  • 1f47ca39eb Federation test outbox page with form for entering JSON fr33domlover 2019-01-21 15:54:57 +0000
  • 2cc621e3a5 Public ActivityPub actor in PersonR fr33domlover 2019-01-19 05:56:58 +0000
  • 2a4dc345f4 Back to using the (updated) YesodHttpSig class fr33domlover 2019-01-19 04:21:56 +0000
  • 393cce0ede When GETing the keyId, set Accept header to JSON-LD/AS2 fr33domlover 2019-01-19 02:57:58 +0000
  • 93def0dfc8 When doing httpJSON to GET keyId, use appHttpManager, not the silly global one fr33domlover 2019-01-19 02:33:20 +0000
  • 61a82f52d8 Turn inbox URL in layout template into a link, accidentally didn't before fr33domlover 2019-01-19 02:21:23 +0000
  • 28439b0236 Add InboxR to breadcrumbs instance, I always forget and it causes errors fr33domlover 2019-01-19 02:20:49 +0000
  • e4153fc909 Ugh I forgot *again* to commit a new source file, the actual InboxR handler fr33domlover 2019-01-19 01:56:50 +0000
  • df01560ea6 ActivityPub inbox test page fr33domlover 2019-01-19 01:44:21 +0000
  • e22d0c000a In homepage say ForgeFed instead of GitPub (thanks zPlus!) fr33domlover 2019-01-19 01:43:19 +0000
  • 822345a70e Move signup link to login line, should look a bit nicer fr33domlover 2019-01-19 01:41:57 +0000
  • 853390aba0 Move signup link to the top, to be close to login link (thanks zPlus!) fr33domlover 2019-01-19 01:07:09 +0000
  • 9adf7a2e34 Fix HTTP sig default time limit, 5 minutes not 5 seconds fr33domlover 2019-01-19 01:06:09 +0000
  • 499e26db48 Periodically rotated AP actor key for signing ActivityPub requests fr33domlover 2019-01-14 22:08:44 +0000
  • adaa920aa4 Launch service thread with a function that re-throws if they fail fr33domlover 2019-01-14 22:03:49 +0000
  • 5862b03019 Remove HTTP connection manager, it's not being used fr33domlover 2019-01-14 02:30:39 +0000
  • 4c50a1fc96 Turn clone-deps.sh into a safe update-deps.sh script and document in INSTALL.md fr33domlover 2019-01-14 01:50:14 +0000
  • 0e2001af0f Palette: Make the dark blue lighter, it's too dark against the #111 background fr33domlover 2019-01-03 10:18:09 +0000
  • 632bfe1979 In repo change feed, entry ID is now the URL of patch page fr33domlover 2018-12-12 08:37:01 +0000
  • 4bd33b59e5 Remove GitOld module, it's not in use anymore fr33domlover 2018-12-12 07:59:19 +0000
  • fe4d1e1afe Remove the src-old dir, no need for it anymore (since long time ago) fr33domlover 2018-12-12 07:46:30 +0000
  • f9045e211b Update INSTALL.md to reflect latest status fr33domlover 2018-12-10 13:58:39 +0000
  • 33338a73cc Upgrade to GHC 8.4 and LTS 12 fr33domlover 2018-12-05 03:41:19 +0000
  • 4c17e3486b Mention in INSTALL.md a way to build against libssl 1.1 fr33domlover 2018-11-29 22:01:12 +0000
  • a1daa4fb3e Place dependency libraries in a 'lib' subdir instead of same dir as Vervis fr33domlover 2018-11-29 09:48:27 +0000
  • 9aea6947c0 Use apt in INSTALL.md, not apt-get (thanks vaeringjar!) fr33domlover 2018-11-28 08:20:45 +0000
  • 1c47dabe48 Mention in README that INSTALL does exist fr33domlover 2018-11-01 09:46:18 +0000
  • 48d7e86684 Remove table headers from repo source dir view fr33domlover 2018-11-01 09:45:48 +0000
  • 0d3ccb3a38 Document running the SSH server on port 22 fr33domlover 2018-10-25 20:28:06 +0000
  • 878f853520 Some CSS tweaks fr33domlover 2018-07-12 09:31:00 +0000
  • 9bc5d411c8 Change color scheme to something hopefully not controversial fr33domlover 2018-07-12 09:25:04 +0000
  • cf3f8fb8f6 Add CSRF token to all buttons through a new buttonW widget fr33domlover 2018-07-11 08:15:19 +0000
  • 7fdc7e703d Repo tree view: Replace [D] and [F] with Unicode chars fr33domlover 2018-07-10 16:43:22 +0000
  • 01163dfe9a Darcs patch parser: Make sure we read the whole patch successfully fr33domlover 2018-07-10 16:00:01 +0000
  • edaf141359 Fix Darcs patch author parsing fr33domlover 2018-07-10 15:26:16 +0000
  • a50de1fe88 Darcs patch view, supporting only text file edit hunks so far fr33domlover 2018-07-10 14:02:30 +0000
  • 13bd369de3 Darcs patch reader: Join adjacent remove-add sequences like in the Git module fr33domlover 2018-07-09 19:12:11 +0000
  • 16c71b666f Data.List.Local: Generalize input list to be any Foldable fr33domlover 2018-07-08 21:57:08 +0000
  • c8146bbff4 Data.List.Local: Comment out the unused groupByFst fr33domlover 2018-07-08 21:56:08 +0000
  • 7782e83419 Initial implementation of Darcs patch reader fr33domlover 2018-07-08 14:45:35 +0000
  • c8b085fbc8 Plan for parsing Darcs patch for patch view fr33domlover 2018-07-07 16:05:10 +0000
  • 5a7811b067 Include CSRF token in login form, otherwise the check fails and login fails fr33domlover 2018-07-01 15:10:11 +0000
  • a1d0b8402e Disable CSRF token check for HTTP git pull fr33domlover 2018-07-01 15:04:33 +0000
  • c420b8d8ea Make the cookie encryption key and timeout configurable in settings file fr33domlover 2018-07-01 08:15:23 +0000
  • 870123bfcc Enable CSRF middleware, hopefully this time it works fr33domlover 2018-07-01 04:51:43 +0000
  • 9ed1f4c99d Fix: Sharer and repo in SSH address path weren't being lowercased in SSH server fr33domlover 2018-06-18 08:30:57 +0000
  • 6088b1e117 Display tickets in list view the same as in tree view fr33domlover 2018-06-17 10:29:51 +0000
  • e29280959b Update the Vervis instance domain name everywhere fr33domlover 2018-06-11 12:39:06 +0000
  • 4ac5424b6d Mention GitPub and its mailing list in the homepage template fr33domlover 2018-06-11 11:33:52 +0000
  • b078f9dabf Rewrite intro text in homepage fr33domlover 2018-06-11 11:25:10 +0000
  • 13c944e1ce More compact display of personal overview fr33domlover 2018-05-26 11:07:56 +0000
  • ef21175ec2 Allow loading the SVG font from deployment data path fr33domlover 2018-05-26 10:27:05 +0000
  • 0b2090f048 Fix issue: Ticket table was displaying project sharer instead of ticket author fr33domlover 2018-05-26 08:02:07 +0000
  • 5c12e7c34f Add project role op for opening tickets, require it for opening a ticket fr33domlover 2018-05-26 06:59:54 +0000
  • 26c3dc1731 Patch diff view: More contrast for diff line colors, otherwise hard to read fr33domlover 2018-05-25 18:47:29 +0000
  • 81d058a7ce Patch diff view: Remove that huge margin from code lines fr33domlover 2018-05-25 18:46:51 +0000
  • bd13175021 Commit diff view: Fix position and preserve spaces in code lines fr33domlover 2018-05-25 11:30:22 +0000
  • ca1e83f504 Apply basic style to make commit diffs look a bit less very ugly fr33domlover 2018-05-24 22:42:01 +0000
  • 3086209b3b Fix typo in repo patch page template fr33domlover 2018-05-24 22:29:08 +0000
  • 0895fbf911 Minimal diff context line number is 1, not 0, latter caused vector slice error fr33domlover 2018-05-24 22:20:52 +0000
  • 7d237b7540 Adapt to darcs-lights and changes in darcs-rev fr33domlover 2018-05-24 21:45:01 +0000
  • 400ddf6089 Forgot breadcrumb for RepoPatchR fr33domlover 2018-05-24 21:44:13 +0000
  • 23eaafe23f Move dep cloning instructions from INSTALL.md into an actual script fr33domlover 2018-05-22 21:11:47 +0000
  • a45ff6459f Fix typo in INSTALL.md fr33domlover 2018-05-22 20:55:40 +0000
  • b398f05ecc Ignore line numbers when computing diff fr33domlover 2018-05-21 20:54:05 +0000
  • 9f77ea69cb Display commit diff for Git repos fr33domlover 2018-05-21 20:32:34 +0000
  • dbec638415 Generate commit diff data for git repos fr33domlover 2018-05-19 16:10:03 +0000
  • 2fb00c914a List RSA-2.2.0 in extra deps, maybe missed it due to not rebuilding ssh fr33domlover 2018-05-18 20:39:17 +0000
  • 5e2ac28c30 Forgot to record new files! fr33domlover 2018-05-18 19:44:14 +0000
  • 974eabf27d Fix typos in README and INSTALL (thanks dddddd) fr33domlover 2018-05-18 19:30:35 +0000
  • 6d97636b0f Commit info display, no diff diplay yet fr33domlover 2018-05-17 23:33:37 +0000
  • ce89bded73 Add a commit view route, nothing displayed yet fr33domlover 2018-05-17 15:46:57 +0000
  • 8eca3fa647 Upgrade to GHC 8 and LTS 10.10 fr33domlover 2018-05-16 00:02:54 +0000
  • 47b0cdfc2f Implement forgotten loadUserByEmailAddress (thanks ultrason) fr33domlover 2018-05-15 23:54:12 +0000
  • 54fded2f0c Rename NEWS.md to CHANGELOG.md fr33domlover 2018-05-14 15:25:16 +0000
  • 69fd9a1777 List manual download dep libs in INSTALL.md fr33domlover 2018-05-14 15:19:58 +0000
  • 2701b4e547 Clarify installation instructions and list dep libs (thanks ultrason) fr33domlover 2018-05-12 09:42:00 +0000
  • 25f1db2941 Display breadcrumbs with → arrows instead of :: double colons fr33domlover 2018-04-11 22:49:20 +0000
  • d49b5d678c Allow login using email address fr33domlover 2018-04-11 11:09:42 +0000
  • c172784d61 Display last change for Darcs repos in homepage fr33domlover 2018-04-09 22:00:01 +0000
  • c768659f57 Fix typo in message text fr33domlover 2018-04-09 00:38:40 +0000
  • 3cc2810d4e Fix DB migrations and use the validating addEntities fr33domlover 2018-04-05 00:04:39 +0000
  • 28f6cbaf5a Fix accidental infinite loop in error message formatting fr33domlover 2018-04-05 00:03:27 +0000