aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *: Bump go-gitRunxi Yu7 days2-1/+3
|
* *: Support subgroups via SQL recursionRunxi Yu7 days27-163/+427
|
* sql: Add purge and test scriptsRunxi Yu8 days2-0/+19
|
* sql: Add potential for recursive groupsRunxi Yu8 days1-2/+4
|
* *: Bump dependenciesRunxi Yu8 days2-23/+23
|
* css: *:focus-visible: outline colorRunxi Yu8 days1-0/+4
|
* css: Don't make the arrow so largeRunxi Yu9 days1-1/+1
|
* css: Add arrow to diffs in commit viewluk3yx9 days1-0/+14
| | | | | | | This makes it clearer that they can be clicked on. I'm only really doing this because I wanted to try out the merge request thing, feel free to reject it if you don't want it.
* css: Fix copyright linesRunxi Yu9 days2-3/+3
|
* *: Use main branch of go-gitRunxi Yu9 days3-26/+17
|
* *: Bump dependenciesRunxi Yu9 days2-18/+18
|
* repo/contrib/one: var/etc code quality modificationsRunxi Yu9 days1-6/+5
|
* repo/contrib/one: Diff against merge baseRunxi Yu9 days2-3/+15
|
* render_readme: RenameRunxi Yu9 days1-0/+0
|
* render_readme: Fix broken logic in error checksRunxi Yu9 days1-3/+3
|
* *: Typing fixesRunxi Yu9 days7-10/+13
|
* *: Replacing more := with varRunxi Yu9 days10-70/+75
|
* repo/*: Use var instead of :=Runxi Yu9 days9-115/+169
|
* *: Replace some := with varRunxi Yu9 days12-129/+173
|
* config: Add explanatory commentsRunxi Yu9 days1-3/+29
|
* hooks: Comment on how using the first byte as return doesn't make senseRunxi Yu10 days1-5/+11
|
* Add SPDX license headers to all HTML templatesRunxi Yu10 days14-0/+56
|
* Add SPDX license headers to Makefile, SQL, and CSSRunxi Yu10 days4-0/+16
|
* Add SPDX license headers to git_hooks_clientRunxi Yu10 days1-0/+6
|
* Add SPDX license headers to all Go filesRunxi Yu10 days37-0/+111
|
* README: UpdateRunxi Yu12 days1-162/+34
|
* all: ReformatRunxi Yu2025-02-202-2/+2
|
* ssh/recv: Check hooksPath before receiving packsRunxi Yu2025-02-202-20/+35
|
* hooks, ssh: Indicate URL of newly-created MRsRunxi Yu2025-02-204-13/+24
|
* hooks: Clarify the last ACK/NAK being overallRunxi Yu2025-02-201-4/+3
|
* ssh: Use a blue version messageRunxi Yu2025-02-201-1/+2
|
* hooks: Use colorful SSH messagesRunxi Yu2025-02-202-23/+40
|
* deps: Bump lindenii-commonRunxi Yu2025-02-202-3/+3
|
* repo/index: Remove toggle boxesRunxi Yu2025-02-191-12/+4
| | | | | | They were just an experiment and are imo quite unnecessary. Also the README doesn't have a border any more, hopefully it's quite obvious that's a README.
* TODO: RemoveRunxi Yu2025-02-191-13/+0
| | | | We'll use https://codeberg.org/lindenii/forge/issues/ for now.
* README: Update contrib instructions (use contrib/ pushing)Runxi Yu2025-02-191-3/+4
|
* README: UpdateRunxi Yu2025-02-191-39/+43
|
* README.md: UpdateRunxi Yu2025-02-191-11/+9
|
* css: Fix button text colorsRunxi Yu2025-02-191-5/+5
|
* repo/index: Add button to show merge requestsRunxi Yu2025-02-191-0/+5
|
* repo/contrib/one: Handle when destination branch is nullRunxi Yu2025-02-191-5/+13
|
* hooks: Don't trim contrib/ when inserting MRsRunxi Yu2025-02-191-2/+2
|
* all: Use COALESCE to handle some nullable database fieldsRunxi Yu2025-02-195-5/+15
|
* ssh/recv, hooks: Create MRs on push, reject pushes to others' MRsRunxi Yu2025-02-196-21/+54
|
* ssh/recv, users, schema: Create pubkey_only usersRunxi Yu2025-02-195-15/+46
|
* ssh/recv: Rename access -> direct_accessRunxi Yu2025-02-191-8/+4
|
* ssh/recv, schema: Add repos.contrib_requirementsRunxi Yu2025-02-195-11/+38
|
* css: .commit-id { work-break: break-word; }Runxi Yu2025-02-191-0/+1
|
* all: Remove error wrappingRunxi Yu2025-02-195-39/+9
| | | | | I'm undecided on how I wrap errors in this project. I'll just return errors directly for now. This will probably be adjusted later.
* hooks: Ignore error value of the last conn.Write()Runxi Yu2025-02-191-1/+1
|