summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Simplify autostartJune McEnroe2013-03-22
* Default to Ruby 2.0June McEnroe2013-02-24
* Make pretty riplrcJune McEnroe2013-01-26
* Default to awesome sessionJune McEnroe2013-01-26
* Add git promptJune McEnroe2013-01-26
* Actually port awesome config to 3.5June McEnroe2013-01-26
* Make pretty zshrcJune McEnroe2013-01-26
* Port awesome config to 3.5June McEnroe2013-01-26
* Replace RVM with chrubyJune McEnroe2013-01-26
* Add PulseAudio configurationJune McEnroe2012-12-19
* Remove rc.confJune McEnroe2012-12-19
* Simplify Greek compose keysJune McEnroe2012-11-26
* Add custom compose key sequencesJune McEnroe2012-11-25
* Add zJune McEnroe2012-11-11
* No more consolekitJune McEnroe2012-11-04
* Float feh windowsJune McEnroe2012-11-04
* Add MPD configurationJune McEnroe2012-10-13
* Use transparent backgrounds in awesomeJune McEnroe2012-10-07
* Add cpupower configurationJune McEnroe2012-10-06
* Add system-wide configuration filesJune McEnroe2012-10-06
* Remove gnome-keyringJune McEnroe2012-10-06
* Use Base16 colors in TerminalJune McEnroe2012-10-05
* Add dropboxJune McEnroe2012-09-04
* Use real pacman for update checkingJune McEnroe2012-08-31
* Rewrote zshrcJune McEnroe2012-08-31
* Make awesome play nice with latest viciousJune McEnroe2012-08-24
* Remove pkgfile hookJune McEnroe2012-08-24
* Add my Tomorrow-Night-based themeJune McEnroe2012-08-20
* Add Awesome iconsJune McEnroe2012-07-08
* Fuck awesomeJune McEnroe2012-07-07
* Switch to default ruby when leaving project directoryJune McEnroe2012-07-07
* Set up RVMJune McEnroe2012-07-07
* Add gfrop commandJune McEnroe2012-07-07
* Make gs output terseJune McEnroe2012-07-02
* Fix unclutter cursor flicker on GTK appsJune McEnroe2012-07-02
* Start unclutter at loginJune McEnroe2012-05-05
* Task stuffJune McEnroe2012-05-05
* Float QEMU windowsJune McEnroe2012-05-05
* Remove unreversible minimize keymapJune McEnroe2012-05-05
* Start gnome-keyring-daemon at loginJune McEnroe2012-05-04
* Add effuse ignore fileJune McEnroe2012-04-30
* Use pacman-color in auto-SyuJune McEnroe2012-04-30
* Use pacman-color in ZSHJune McEnroe2012-04-29
* Add ncmpcpp configurationJune McEnroe2012-04-01
* Count only incomplete tasks in promptJune McEnroe2012-04-01
* Add t alias for taskJune McEnroe2012-03-30
* Move task count to beginning of promptJune McEnroe2012-03-30
* Add holidays to TaskJune McEnroe2012-03-30
* Simplify READMEJune McEnroe2012-03-30
* Add Task configurationJune McEnroe2012-03-30
it/filters/simple-authentication.lua?h=1.4.1&id=df00ab1096868b3cffe563c48de5572f78b50392&follow=1'>auth: lua string comparisons are time invariantJason A. Donenfeld By default, strings are compared by hash, so we can remove this comment. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld 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> 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld 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> 2014-01-16t0111: Additions and fixesLukas Fleischer * 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> 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer