aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Ignore debian/build/ used by auto builderGravatar YAEGASHI Takeshi2014-03-02-0/+1
|
* Update changelogGravatar YAEGASHI Takeshi2014-02-20-1/+7
|
* Fix Vcs-Git and Vcs-BrowserGravatar YAEGASHI Takeshi2014-02-20-2/+2
|
* Suggest lua-md5 for email-gravater-filter.luaGravatar YAEGASHI Takeshi2014-02-20-1/+1
|
* Add 0004-rewrite-email-gravater.lua-using-md5.patchGravatar YAEGASHI Takeshi2014-02-20-0/+39
|
* Update example cgitrcGravatar YAEGASHI Takeshi2014-02-20-2/+13
|
* Use liblua5.1-dev in wheezy to improve module usabilityGravatar YAEGASHI Takeshi2014-02-20-9/+7
| | | | | | Fix 0003-pkg-config-lua5.1.patch. Remove curl and ca-certificates from Build-Depends.
* Update changelog using prerelease version 0.10-1~1Gravatar YAEGASHI Takeshi2014-02-18-2/+18
|
* Add 0003-pkg-config-lua52.patchGravatar YAEGASHI Takeshi2014-02-18-0/+25
|
* Make liblua5.2-dev usable for wheezy compatGravatar YAEGASHI Takeshi2014-02-18-1/+1
|
* Add 0002-introduce-debian-standard-build-flags.patchGravatar YAEGASHI Takeshi2014-02-17-0/+35
|
* Fix lintian errors/warningsGravatar YAEGASHI Takeshi2014-02-17-4/+13
|
* Add debian/watchGravatar YAEGASHI Takeshi2014-02-17-0/+2
|
* Update changelogGravatar YAEGASHI Takeshi2014-02-17-1/+1
|
* Remove dh_make example filesGravatar YAEGASHI Takeshi2014-02-17-875/+0
|
* Add docs, wont compress pdf filesGravatar YAEGASHI Takeshi2014-02-17-4/+29
|
* Add postinst/postrm scriptsGravatar YAEGASHI Takeshi2014-02-17-0/+87
|
* Add config filesGravatar YAEGASHI Takeshi2014-02-17-0/+80
|
* Update debian/controlGravatar YAEGASHI Takeshi2014-02-17-2/+20
|
* Update debian/copyrightGravatar YAEGASHI Takeshi2014-02-17-21/+404
|
* Set CGIT_SCRIPT_PATH and CGIT_DATA_PATH to suit the Debian standardGravatar YAEGASHI Takeshi2014-02-17-2/+7
|
* Add debian/.gitignoreGravatar YAEGASHI Takeshi2014-02-17-0/+4
|
* Add git-buildpackage configurationGravatar YAEGASHI Takeshi2014-02-17-0/+4
|
* Add 0001-make-a2x-skip-xmllint.patchGravatar YAEGASHI Takeshi2014-02-17-0/+31
|
* Debianized by dh_make -s -p cgit_0.10Gravatar YAEGASHI Takeshi2014-02-17-0/+986
|
* makefile: bump versionv0.10Gravatar Jason A. Donenfeld2014-01-18-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* mailmap: source before lighttpdGravatar Jason A. Donenfeld2014-01-18-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui-shared: do not allow negative minutesGravatar Jason A. Donenfeld2014-01-17-0/+2
| | | | | | | Do to timestamp differences, sometimes cgit would should "-0 min", which doesn't make any sense. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* auth: document tweakables in lua scriptGravatar Jason A. Donenfeld2014-01-17-0/+10
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* repolist: make owner clickable to searchGravatar Jason A. Donenfeld2014-01-17-0/+6
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui-shared: move about tab all the way to the leftGravatar Jason A. Donenfeld2014-01-17-4/+4
| | | | | | | | There were no objections (at the time of committing this): http://lists.zx2c4.com/pipermail/cgit/2013-May/001393.html http://lists.zx2c4.com/pipermail/cgit/2014-January/001904.html Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* filter: don't forget to reap the auth filterGravatar Jason A. Donenfeld2014-01-17-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* cgit.c: free tmp variableGravatar Jason A. Donenfeld2014-01-17-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Switch to exclusively using global ctxGravatar Lukas Fleischer2014-01-17-442/+437
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop the context parameter from the following functions (and all static helpers used by them) and use the global context instead: * cgit_print_http_headers() * cgit_print_docstart() * cgit_print_pageheader() Remove context parameter from all commands Drop the context parameter from the following functions (and all static helpers used by them) and use the global context instead: * cgit_get_cmd() * All cgit command functions. * cgit_clone_info() * cgit_clone_objects() * cgit_clone_head() * cgit_print_plain() * cgit_show_stats() In initialization routines, use the global context variable instead of passing a pointer around locally. Remove callback data parameter for cache slots This is no longer needed since the context is always read from the global context variable. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
* auth: have cgit calculate login addressGravatar Jason A. Donenfeld2014-01-17-10/+16
| | | | | | | This way we're sure to use virtual root, or any other strangeness encountered. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* auth: lua string comparisons are time invariantGravatar Jason A. Donenfeld2014-01-17-2/+2
| | | | | | By default, strings are compared by hash, so we can remove this comment. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* authentication: use hidden form instead of refererGravatar Jason A. Donenfeld2014-01-16-94/+131
| | | | | | | This also gives us some CSRF protection. Note that we make use of the hmac to protect the redirect value. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* auth: add basic authentication filter frameworkGravatar Jason A. Donenfeld2014-01-16-16/+387
| | | | | | | | | | | | | | | | This leverages the new lua support. See filters/simple-authentication.lua for explaination of how this works. There is also additional documentation in cgitrc.5.txt. Though this is a cookie-based approach, cgit's caching mechanism is preserved for authenticated pages. Very plugable and extendable depending on user needs. The sample script uses an HMAC-SHA1 based cookie to store the currently logged in user, with an expiration date. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* t0111: Additions and fixesGravatar Lukas Fleischer2014-01-16-10/+10
| | | | | | | | | * Rename the capitalize-* filters to dump.* since they also dump the arguments. * Add full argument validation to the email filters. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
* parsing.c: Remove leading space from committerGravatar Lukas Fleischer2014-01-16-1/+1
| | | | | | | | This did not really break anything in the past since spaces are ignored when rendering HTML. Remove the preceding space anyway to prevent from potential future problems. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
* Add .mailmapGravatar Lukas Fleischer2014-01-16-0/+10
| | | | Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
* t0111: Add basic tests for Lua filtersGravatar Lukas Fleischer2014-01-15-36/+63
| | | | | | | | | | | | | | | * Validate the email filter by manipulating stdin. Additional checks for all the arguments can be added in a later patch. * Add the exec prefix to all informational messages. * Rename the filter repository to filter-exec. The Git repository itself is not renamed since it can be shared amongst all filter types. * In the filter checks, check whether all arguments are passed properly instead of validating the buffer/stdin only. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
* email-gravatar: fix html syntax issuesGravatar Christian Hesse2014-01-15-2/+2
| | | | | an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
* email-gravatar: do not scale icons upGravatar Jason A. Donenfeld2014-01-15-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* filter: allow returning exit code from filterGravatar Jason A. Donenfeld2014-01-15-6/+12
| | | | | | | Filters can now indicate a status back to cgit by means of the exit code for exec, or the return value from close for Lua. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* tests/: Add t0111-filter.shGravatar Lukas Fleischer2014-01-14-0/+57
| | | | | | This adds basic tests for all types of exec filters. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
* email-gravatar: fix html syntax issuesGravatar Christian Hesse2014-01-14-2/+2
| | | | | | * make ampersand a html entity * add required alt attribute * add required img end tag
* email-gravatar.py: fix UTF-8Gravatar Christian Hesse2014-01-14-0/+4
|
* email-gravatar.lua: fix for lua 5.2Gravatar Christian Hesse2014-01-14-1/+1
|
* makefile: only display lua message onceGravatar Jason A. Donenfeld2014-01-14-8/+7
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>