summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set version to 3.8.0-rc5v3.8.0-rc5Luca Milanesio2023-05-135-5/+5
* Merge "Fix diffs with comments on start line 0" into stable-3.8Paladox none2023-05-102-1/+18
|\
| * Fix diffs with comments on start line 0Milutin Kristofic2023-05-102-1/+18
* | Merge "Add basePatchNum to SHOW_CHANGE plugin event" into stable-3.8Paladox none2023-05-104-6/+16
|\ \
| * | Add basePatchNum to SHOW_CHANGE plugin eventFrank Borden2023-05-104-6/+16
| |/
* / Fix glitches when removing account from accountlistMilutin Kristofic2023-05-101-1/+4
|/
* Merge "Fix comment context not showing up 2" into stable-3.8Paladox none2023-05-102-3/+18
|\
| * Fix comment context not showing up 2Milutin Kristofic2023-05-092-3/+18
* | Allow indexing of change numbers imported from other serversLuca Milanesio2023-05-1012-23/+235
|/
* Merge branch 'stable-3.7' into stable-3.8Matthias Sohn2023-05-096-13/+25
|\
| * Set version to 3.7.4-SNAPSHOTLuca Milanesio2023-05-095-5/+5
| * Set version to 3.7.3v3.7.3Luca Milanesio2023-05-085-5/+5
| * Merge branch 'stable-3.6' into stable-3.7Matthias Sohn2023-05-098-20/+54
| |\
| | * Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2023-05-087-20/+43
| | |\
| | | * Set version to 3.5.7-SNAPSHOTLuca Milanesio2023-05-085-5/+5
| | | * Set version to 3.5.6v3.5.6Luca Milanesio2023-05-085-5/+5
| | | * Merge changes I4cf9ed9f,Ifd09164a into stable-3.5Luca Milanesio2023-05-081-0/+0
| | | |\
| | | | * Bump JGit to 74fa245b3Nasser Grainawi2023-05-031-0/+0
| | | | * Bump JGit to 45de4faKaushik Lingarkar2023-05-031-0/+0
| | | * | Merge "Update bouncycastle to 1.72" into stable-3.5Matthias Sohn2023-05-083-7/+29
| | | |\ \
| | | | * | Update bouncycastle to 1.72Matthias Sohn2023-05-043-7/+29
| | | | |/
| | | * | Merge "Move creation of PerThreadCache to SshCommand" into stable-3.5Nasser Grainawi2023-05-052-3/+4
| | | |\ \
| | | | * | Move creation of PerThreadCache to SshCommandPrudhvi Akhil Alahari2023-05-052-3/+4
| | | * | | Align commons-compress and tukaani-xz versions with jgitDavid Ostrovsky2023-05-042-4/+4
| | | | |/ | | | |/|
| | | * | Merge "ProjectState: simplify the 'getPluginConfig' method" into stable-3.5Patrick Hiesel2023-05-021-5/+5
| | | |\ \ | | | | |/ | | | |/|
| | | | * ProjectState: simplify the 'getPluginConfig' methodJacek Centkowski2023-04-151-5/+5
| | * | | Merge "Log external ID differential cache loader failure" into stable-3.6Darius Jokilehto2023-05-041-2/+13
| | |\ \ \
| | | * | | Log external ID differential cache loader failureDarius Jokilehto2023-04-281-2/+13
* | | | | | Fix focus being on the LOST diff row for image diffsBen Rohlfs2023-05-081-0/+9
* | | | | | Fix StartupChangeDisplayed on tabs !== FilesMilutin Kristofic2023-05-081-4/+8
* | | | | | Merge "Generate a warning when new rules.pl files are uploaded" into stable-3.8Luca Milanesio2023-05-083-14/+17
|\ \ \ \ \ \
| * | | | | | Generate a warning when new rules.pl files are uploadedYoussef Elghareeb2023-05-063-14/+17
* | | | | | | Merge "Move 650 lines of gr-diff css into its own file" into stable-3.8Paladox none2023-05-072-713/+674
|\ \ \ \ \ \ \
| * | | | | | | Move 650 lines of gr-diff css into its own fileBen Rohlfs2023-05-042-713/+674
| |/ / / / / /
* / / / / / / Simplify GrDiffProcessorBen Rohlfs2023-05-044-127/+80
|/ / / / / /
* | | | | | Merge "Do not show a `Saving drafts...` toast while saving comments" into sta...Paladox none2023-05-041-8/+3
|\ \ \ \ \ \
| * | | | | | Do not show a `Saving drafts...` toast while saving commentsBen Rohlfs2023-05-041-8/+3
* | | | | | | Do not show `Saving` when auto-saving commentsBen Rohlfs2023-05-041-1/+1
|/ / / / / /
* | | | | | Merge "Fix name of `removeLabel` permission" into stable-3.8Paladox none2023-05-042-8/+21
|\ \ \ \ \ \
| * | | | | | Fix name of `removeLabel` permissionBen Rohlfs2023-05-032-8/+21
* | | | | | | Merge "Always request and show `submittable` info" into stable-3.8Paladox none2023-05-042-9/+8
|\ \ \ \ \ \ \
| * | | | | | | Always request and show `submittable` infoBen Rohlfs2023-05-032-9/+8
| |/ / / / / /
* | | | | | | Merge "Consolidate gr-diff-builder and gr-diff-builder-lit into one class" in...Paladox none2023-05-049-487/+194
|\ \ \ \ \ \ \
| * | | | | | | Consolidate gr-diff-builder and gr-diff-builder-lit into one classBen Rohlfs2023-05-039-487/+194
| |/ / / / / /
* | | | | | | Merge "Add loading spin for comments" into stable-3.8Paladox none2023-05-032-0/+13
|\ \ \ \ \ \ \
| * | | | | | | Add loading spin for commentsMilutin Kristofic2023-04-302-0/+13
* | | | | | | | Bump JGit to 74fa245b3Nasser Grainawi2023-05-031-0/+0
| |/ / / / / / |/| | | | | |
* | | | | | | Remove legacy diff 🎉Ben Rohlfs2023-05-026-1363/+5
* | | | | | | Migrate binary diff from legacy diff to lit diffBen Rohlfs2023-05-026-30/+71
* | | | | | | Migrate image diff from legacy diff to lit diffBen Rohlfs2023-05-021-2/+2