1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 03:44:50 +09:00

Commit graph

  • 9e9e7fc803 Display repo files in repo page instead of history log fr33domlover 2016-04-11 22:13:32 +0000
  • fa4e4294b1 Add repo commits route fr33domlover 2016-04-11 21:35:26 +0000
  • 4c32d038b3 Remove empty dir I forgot to remove earlier fr33domlover 2016-04-11 21:24:58 +0000
  • 60175d5634 Move repo related templates to new templates/repo dir fr33domlover 2016-04-11 21:24:10 +0000
  • e7cc202359 Take hit-graph from Hackage, I made the first release fr33domlover 2016-04-10 06:35:43 +0000
  • b68428d9b6 Remove some old code and adapt to hit-graph fr33domlover 2016-04-09 15:45:00 +0000
  • 135e8e7502 Make feature overview in README, not sure I'll really maintain it fr33domlover 2016-04-09 15:44:29 +0000
  • 50198a1906 Move git protocol code away to separate package fr33domlover 2016-04-08 21:10:33 +0000
  • 372368f0a0 Git: Implement pack protocol negotiation upload-haves and ack fr33domlover 2016-04-01 10:37:49 +0000
  • 7b9f6e9714 Work on git pack protocol, not done yet fr33domlover 2016-04-01 05:00:02 +0000
  • f7025f9c15 Instead of printing SSH messages, logDebug them fr33domlover 2016-03-09 22:38:28 +0000
  • fc4690324c Implement logging for SSH using monad-logger and fast-logger fr33domlover 2016-03-09 22:27:25 +0000
  • 20fb5181cd Decode SSH key content field value from base64 fr33domlover 2016-03-08 03:38:32 +0000
  • 4a6853e7e7 Add SSH key upload form fr33domlover 2016-03-08 02:52:46 +0000
  • df55bf23c9 Rely on stack for dep versions and upgrade to LTS 5.5 fr33domlover 2016-03-07 01:12:55 +0000
  • 78213db2fc Add UI for display of SSH keys fr33domlover 2016-03-07 00:42:06 +0000
  • 90fe62a8cc Replace '...' with dedicated ellipsis unicode char fr33domlover 2016-03-07 00:41:04 +0000
  • af86469848 Use 'toHtml' instead of generic markup combinator 'text' fr33domlover 2016-03-07 00:39:07 +0000
  • f876683d70 Style: Make links not be underlined unless hovered fr33domlover 2016-03-07 00:37:52 +0000
  • 8a78fec8f6 Change SSH host key default filenames fr33domlover 2016-03-07 00:37:07 +0000
  • 7b75e0a54c INSTALL: Mention generation of SSH host key fr33domlover 2016-03-07 00:33:59 +0000
  • 8cf0f2502c Implement DB-based SSH authentication fr33domlover 2016-03-06 11:58:48 +0000
  • 062fb5539a Add app settings for SSH server fr33domlover 2016-03-05 03:56:25 +0000
  • 0ab77db612 Add TODO note to INSTALL, I need to update it... fr33domlover 2016-03-05 03:55:06 +0000
  • 11ed2b8110 Write initial reasonable README based on FunBot fr33domlover 2016-03-05 03:54:37 +0000
  • 9afd341aca Replace some Esqueleto with much simpler Persistent queries fr33domlover 2016-03-03 08:35:29 +0000
  • b20c672a01 Implement git history log in repo page fr33domlover 2016-03-03 08:15:54 +0000
  • 100d2948cb Add Vervis.Path module with repo path utils fr33domlover 2016-03-01 22:43:31 +0000
  • e5ad0279b1 Remove some unused imports fr33domlover 2016-03-01 22:16:41 +0000
  • 4b0c444bcb Implement topsort for commits and apply to graph fr33domlover 2016-03-01 22:16:01 +0000
  • 7a76703d25 Implement loading a commit graph fr33domlover 2016-02-29 21:42:37 +0000
  • 4882ddb092 Make it possible to skip subtrees in the commit loading loop fr33domlover 2016-02-29 14:25:14 +0000
  • 0c8d5c973c Implement low-level commit graph loading fr33domlover 2016-02-29 14:04:56 +0000
  • 40b4f4e475 Stop using classy-prelude-yesod fr33domlover 2016-02-29 14:04:23 +0000
  • ec9fc486ee Implement flexible Kahn topsort for use on git commit graphs fr33domlover 2016-02-29 01:59:33 +0000
  • 1fe41edabe Fix homepage repo table: Failed for empty repos fr33domlover 2016-02-28 08:30:25 +0000
  • ec4c7de582 Add repo pages and repo creation form fr33domlover 2016-02-27 05:41:36 +0000
  • 9b686c6db0 Write initial overview content and add project creation form fr33domlover 2016-02-25 03:10:30 +0000
  • 004fdb118e Put all modules under a new Vervis module fr33domlover 2016-02-23 08:45:03 +0000
  • 9154ad8f8b Move some utils to new modules fr33domlover 2016-02-23 08:28:25 +0000
  • b95bf9e42b Create personal overview page, still blank fr33domlover 2016-02-23 03:19:55 +0000
  • 395fd67762 Make homepage link to registration page fr33domlover 2016-02-23 02:44:37 +0000
  • 1c044520b5 Implement registration and make it build fr33domlover 2016-02-23 02:27:01 +0000
  • c0a86c3f5b Add user registration form view, still no-op fr33domlover 2016-02-19 04:10:42 +0000
  • ee7a353904 Define color palette and write initial Cassius fr33domlover 2016-02-18 22:33:27 +0000
  • ab98930caa Add style palette module for later use fr33domlover 2016-02-18 13:36:25 +0000
  • a5f6bf280b Remove bootstrap3 CSS and fonts fr33domlover 2016-02-18 13:35:38 +0000
  • 5287a47372 Add project pages fr33domlover 2016-02-17 21:53:53 +0000
  • a6525d7549 Add people and person pages fr33domlover 2016-02-17 16:43:23 +0000
  • 7ede602d1d Remove CSRF protection for now, until I fix it fr33domlover 2016-02-17 11:49:41 +0000
  • 8e3675865d Add comment bits for SSL and delete some garbage from template fr33domlover 2016-02-17 11:31:01 +0000
  • 7857a8a964 Make initial homepage with table and simple login fr33domlover 2016-02-16 11:41:13 +0000
  • 3da488b3a2 Remove example code I don't need fr33domlover 2016-02-14 10:17:31 +0000
  • f4dcf17f3f Move some files around, tweak the generated code a bit fr33domlover 2016-02-14 09:10:21 +0000
  • 952f6baafd Bring Yesod scaffolding fr33domlover 2016-02-13 03:35:30 +0000
  • 0bfef83458 Remove obsolete code and start using stack fr33domlover 2016-02-12 11:01:53 +0000
  • 1abfc11ffa Make minimal Yesod app that returns main view as an HTML table fr33domlover 2016-02-12 01:53:19 +0000
  • 73acda0ecf Don't separate people and groups in the dir tree fr33domlover 2016-02-12 00:23:24 +0000
  • 1b7e6e5a73 Use the git code to add last change time to main view query fr33domlover 2016-02-12 00:01:41 +0000
  • 229bdead0e Insert dummy data to see results fr33domlover 2016-02-11 22:19:31 +0000
  • 552b17e219 Write initial main view query with Esqueleto fr33domlover 2016-02-11 20:58:40 +0000
  • 5734e720ad Update data model to reflect recent decisions fr33domlover 2016-02-11 09:36:24 +0000
  • 2b15a16115 Add comments to git functions fr33domlover 2016-02-11 09:36:09 +0000
  • d2e78b4c51 Define data model using persistent's TH fr33domlover 2016-02-09 21:07:01 +0000
  • b7aa7ec45d Make it build with persistent fr33domlover 2016-02-06 13:36:35 +0000
  • e6fbca1c2a Split code into submodules fr33domlover 2016-02-06 13:08:35 +0000
  • 547db845be Fix typo which caused infinite loop fr33domlover 2016-02-05 23:41:55 +0000
  • aa351c00d2 First operation: createUser fr33domlover 2016-02-02 13:06:49 +0000
  • 6440550f48 Support loading and saving to JSON, step 5 fr33domlover 2016-02-02 12:31:36 +0000
  • c8e5de868c Ugly, hacky, dirty, full-of-warnings basic JSON persistence fr33domlover 2016-02-02 12:14:21 +0000
  • b44dc7b456 Fix projects field type fr33domlover 2016-02-01 14:28:12 +0000
  • 81f8dba101 Add state and env to the monad, completing step 4 fr33domlover 2016-02-01 14:17:28 +0000
  • 56dddddde6 Define Vervis monad as a newtype over RWST fr33domlover 2016-01-31 05:58:50 +0000
  • a953923a3e Add a basic data model and determine change times from it fr33domlover 2016-01-29 09:39:35 +0000
  • f51aa09159 Return formatted last change time for a repo fr33domlover 2016-01-29 00:59:27 +0000
  • ccdd98ca7e Return a list of subdirs of a given dir fr33domlover 2016-01-28 15:37:04 +0000
  • abbef763e7 Initial record with empty package that builds fr33domlover 2016-01-28 14:15:54 +0000