Rivoreo Source Code Repositories
src.rivoreo.one
/
gitiles
/
bbcc51305cab03f71c972f1fe645efcc06266231
bbcc513
Add documentation for the markdown.allowiframe setting
by David Pursehouse
· 8 years ago
f701810
Add documentation of CORS configuration
by David Pursehouse
· 8 years ago
240fbff
Move configuration documentation to a separate page
by David Pursehouse
· 8 years ago
afa48db
README: Add explicit link to Markdown documentation
by David Pursehouse
· 8 years ago
d44526e
Add a documentation navbar
by David Pursehouse
· 8 years ago
d45b0f8
README: Move development information to a separate file in /Documentation
by David Pursehouse
· 8 years ago
2cc4ce9
Upgrade JGit to 4.4.1.201607150455-r.118-g1096652
by David Pursehouse
· 8 years ago
b5ee674
README: Convert legacy asciidoc headers to markdown
by David Pursehouse
· 8 years ago
066d93c
Adding remaining headers required to support CORS.
by AJ Ross
· 8 years ago
7ae61e3
BaseServlet: remove unused import of List
by Shawn Pearce
· 8 years ago
001ea9b
Support for CORS in gitiles.
by AJ Ross
· 8 years ago
5fd99ac
Merge "[CSS] Fix `pre` element overflow"
by Dave Borowitz
· 8 years ago
32a23b7
Merge "Adds version-sync comment to Soy rule"
by Dave Borowitz
· 8 years ago
8358390
Adds version-sync comment to Soy rule
by Wyatt Allen
· 8 years ago
fe9aec3
Upgrade Gson to 2.7
by David Pursehouse
· 8 years ago
f04477b
Upgrade Guice to 4.1.0
by David Pursehouse
· 8 years ago
f35b06c
HostIndexServlet: Don't use deprecated SoyData.createFromExistingData
by David Pursehouse
· 8 years ago
67806a5
ConfigUtil: Remove unused private methods
by Dave Borowitz
· 8 years ago
40255d5
Rerun google-java-format with a new version
by Dave Borowitz
· 8 years ago
3b744b1
Remove complex import order
by Dave Borowitz
· 8 years ago
27fedf4
Merge "Update soy to 2016-08-09 and icu4j to 57.1"
by Dave Borowitz
· 8 years ago
537ff7c
Update soy to 2016-08-09 and icu4j to 57.1
by David Pursehouse
· 8 years ago
3103767
log: support topo-order and reverse sorting
by Shawn Pearce
· 8 years ago
347e432
[CSS] Fix `pre` element overflow
by Yamagishi Kazutoshi
· 8 years ago
c49e92e
Use JGit Config#getTimeUnit to parse durations
by Jonathan Nieder
· 8 years ago
56aca40
Upgrade JGit to 4.4.1.201607150455-r.105-g81ba2be
by David Pursehouse
· 8 years ago
dc81e5e
BlobSoyData: Remove special handling of \r
by Dave Borowitz
· 8 years ago
c77a18b
Update to CommonMark 0.6.0
by Shawn Pearce
· 8 years ago
25bd53b
Upgrade JGit to version v4.4.1.201607150455-r
by David Pursehouse
· 8 years ago
a49a1df
Remove -webkit-flex display declarations
by Andrew Bonventre
· 8 years ago
5b6aa77
Reduce line height for code
by Andrew Bonventre
· 8 years ago
390888b
Remove dead store operations reported by FindBugs
by David Pursehouse
· 8 years ago
d86b7a9
Update joda-time to 2.9.4
by David Pursehouse
· 8 years ago
43c7ccf
Upgrade joda-time to version 2.8
by David Pursehouse
· 8 years ago
b747e12
BlameServlet: Fix check for regular file
by Shawn Pearce
· 8 years ago
c3e772a
Open auto-closeable resources in try-with-resource
by David Pursehouse
· 8 years ago
cb91aaf
Fix warnings about missing cases in switch statements on enums
by David Pursehouse
· 8 years ago
e3d3ec8
Remove redundant modifiers reported by CheckStyle
by David Pursehouse
· 8 years ago
f2f98cf
Declare variables in their own statement
by David Pursehouse
· 8 years ago
b3b630f
Remove unnecessarily nested else clauses
by David Pursehouse
· 8 years ago
0d0cee8
Fix warnings about fall-through in switch cases
by David Pursehouse
· 8 years ago
edb321a
GitilesView: Fix exception message
by David Pursehouse
· 8 years ago
4bd1621
Sync Eclipse compiler settings from Gerrit
by David Pursehouse
· 8 years ago
b499f85
Bump version to 0.1-10
by David Pursehouse
· 8 years ago
v0.1-10
135fc74
Merge "Add IntelliJ project files to .gitignore"
by David Pursehouse
· 8 years ago
1bc54f8
Add IntelliJ project files to .gitignore
by Patrick Hiesel
· 8 years ago
532b62f
Render git:// links in Markdown
by Shawn Pearce
· 8 years ago
b2ed49d
Markdown: remove automatic smart quotes
by Shawn Pearce
· 8 years ago
56857f9
Markdown: support aside|note|promo blocks inside list items
by Shawn Pearce
· 8 years ago
da94d93
Fix StringIndexOutOfBounds in MultiColumnExtension
by Shawn Pearce
· 8 years ago
ac80c9c
Correct MultiColumnParserFactory class name
by Shawn Pearce
· 8 years ago
5d8148d
Upgrade jetty to 9.2.14.v20151106
by David Pursehouse
· 8 years ago
3c04d58
Attempt to fix StringIndexOutOfBoundsException
by Bob Pflederer
· 8 years ago
94b659d
Merge "Improve styling/branding options"
by Shawn Pearce
· 8 years ago
aab8343
Merge changes I9639f01e,I34fbdd3f,Id85130d1
by Shawn Pearce
· 8 years ago
bc0eaaa
Improve styling/branding options
by Björn Pedersen
· 9 years ago
cd56f7e
MimeTypes: Simple file extension to MIME type mapping
by Shawn Pearce
· 8 years ago
c68ad0b
Compress some relative links in Markdown
by Shawn Pearce
· 8 years ago
47fd656
Refactor MarkdownToHtml with Builder pattern
by Shawn Pearce
· 8 years ago
ed3c2d1
Include Vary: Accept-Encoding when using gzip
by Shawn Pearce
· 8 years ago
3c0207e
GitilesConfig#defaultFile: Add assertion against null configPath
by David Pursehouse
· 8 years ago
7d09f4e
Eclipse compiler settings: ignore 'Unused exception parameter'
by David Pursehouse
· 8 years ago
cbe013f
Use RefDatabase#exactRef instead of getRef when possible
by Jonathan Nieder
· 8 years ago
14cad73
Remove usages of deprecated Repository#getRef
by Dave Borowitz
· 8 years ago
95ef58a
LogServlet: Prevent uncaught exception when param isn't a SHA-1
by Dave Borowitz
· 8 years ago
909f80a
Update commonmark to 0.5.1
by Shawn Pearce
· 9 years ago
08e38f2
Catch and log errors parsing README.md
by Shawn Pearce
· 9 years ago
e9cc845
Merge "Switch to commonmark 0.5.0"
by Dave Borowitz
· 9 years ago
12c8fab
Switch to commonmark 0.5.0
by Shawn Pearce
· 9 years ago
435484d
Remove unused //gitiles-servlet:static-resources.
by Han-Wen Nienhuys
· 9 years ago
1190ca6
Offset blockquotes with margin bar
by Shawn Pearce
· 9 years ago
db422b8
Bump doc ETag generation to 4
by Shawn Pearce
· 9 years ago
6b5c7d5
Fix encoding of anchors in Markdown links
by Shawn Pearce
· 9 years ago
c32894e
Fix RootedDocServlet generating hyperlinks
by Shawn Pearce
· 9 years ago
db709f1
Update bucklets to get new Buck version
by Dave Borowitz
· 9 years ago
bb454de
Merge changes Icf4d0259,I488046e9
by Dave Borowitz
· 9 years ago
0b17607
Merge "Remove unused imports"
by Shawn Pearce
· 9 years ago
c8fac64
Fix relative hyperlinks in Markdown
by Shawn Pearce
· 9 years ago
4350438
Remove unused imports
by Shawn Pearce
· 9 years ago
1b8322a
Fix checkView error for missing servletPath
by Shawn Pearce
· 9 years ago
be55fb9
Update JGit to 4.3.0.201604071810-r.23-gc9b0028
by David Pursehouse
· 9 years ago
0dc9387
Add recursive option to gitiles tree JSON
by Han-Wen Nienhuys
· 9 years ago
bc7c7b4
Merge changes I91ec7b67,I7df5a595,I88ce867d
by David Pursehouse
· 9 years ago
3da1677
Merge "Add support for "long" mode in JSON queries for trees."
by Dave Borowitz
· 9 years ago
46ac788
Remove unused private methods
by Hugo Arès
· 9 years ago
c831357
Remove unused import
by Hugo Arès
· 9 years ago
6b3e94f
Upgrade bucklets to latest revision
by Hugo Arès
· 9 years ago
c92d4a2
Add instructions for google-java-format
by Dave Borowitz
· 9 years ago
8aefdb8
Add support for "long" mode in JSON queries for trees.
by Han-Wen Nienhuys
· 9 years ago
c0200f6
Also reformat main servlet code.
by Han-Wen Nienhuys
· 9 years ago
cf38c03
Use google-java-format for styling
by Dave Borowitz
· 9 years ago
e38fee5
Bump version to 0.1-9
by Saša Živkov
· 9 years ago
v0.1-9
283f137
Build blame cache as own java_library
by Saša Živkov
· 9 years ago
3dc09a9
Support including targets with same local name in //:all
by Saša Živkov
· 9 years ago
03df3d3
Remove alias.gitiles as it points to non-existing BUCK target
by Saša Živkov
· 9 years ago
f54665e
Remove support for building as .war
by Han-Wen Nienhuys
· 9 years ago
332f498
Use {lb} and {rb} instead of {literal}
by Jonathan Nieder
· 9 years ago
fcbf213
Do not clobber selection within CloneRepo command
by Jonathan Nieder
· 9 years ago
d7e4506
Merge changes Id3c53130,Iea5339da
by Dave Borowitz
· 9 years ago
ad16092
gitiles-dev: inject source path through a System property.
by Han-Wen Nienhuys
· 9 years ago
Next »