summaryrefslogtreecommitdiff
path: root/cgit.css (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change S/L/T to summary/log/treeLars Hjemli2007-06-181-4/+5
* Add more menuitems on repo pagesLars Hjemli2007-06-181-2/+12
* ui-tree: html/css cleanupLars Hjemli2007-06-171-13/+4
* ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli2007-06-161-2/+14
* cgit.css: make it validateLars Hjemli2007-06-071-8/+7
* Add repo.readme parameterLars Hjemli2007-05-231-8/+6
* Add cgit_print_age() functionLars Hjemli2007-05-221-0/+25
* css: make column headings boldLars Hjemli2007-05-211-1/+1
* Make frontpage friendlierLars Hjemli2007-05-211-2/+32
* Adjust apperance of repogroup headersLars Hjemli2007-05-201-1/+1
* Teach cgit how to group repositories by categoryLars Hjemli2007-05-181-0/+5
* Do not wrap filemode column in diffstat tableLars Hjemli2007-05-161-0/+4
* Add link to commitdiff below diffstatLars Hjemli2007-05-161-1/+5
* Use tables and css to create the diffstat graph, fix scalingLars Hjemli2007-05-151-2/+19
* cgit.css: try to make diffs look a little bit nicerLars Hjemli2007-05-141-7/+6
* cgit.css: try do make diffstat a little bit nicerLars Hjemli2007-05-141-4/+3
* Add log filtering by path and link to it from tree viewLars Hjemli2007-05-141-0/+5
* Add commitdiff between commit and each of it's parentLars Hjemli2007-05-131-0/+5
* Add graphical diffstat to commit viewLars Hjemli2007-05-131-2/+28
* css: fix bad rendering in Internet ExplorerLars Hjemli2007-05-121-2/+7
* Add links to enable downloading of tagged blobsLars Hjemli2007-05-111-0/+20
* Add submodule links in tree listingLars Hjemli2007-05-111-1/+1
* Layout updateLars Hjemli2007-02-211-13/+85
* Set explicit font sizeLars Hjemli2007-01-281-1/+1
* Change global document layoutLars Hjemli2007-01-281-10/+13
* Cleanup table listingsLars Hjemli2007-01-281-7/+3
* Extend repo summary with tag listLars Hjemli2007-01-171-2/+6
* Add generic support for search box in page headerLars Hjemli2006-12-281-0/+5
* Minor style fixesLars Hjemli2006-12-221-7/+7
* Only show first 80 characters of commit subject in log and summaryLars Hjemli2006-12-221-1/+1
* Add basic diff viewLars Hjemli2006-12-201-0/+25
* Use html_filemode in ui-tree.cLars Hjemli2006-12-171-2/+2
* Show list of modified files in ui-commit.cLars Hjemli2006-12-171-8/+43
* gitweb ripoff: set tr:hover to highligt current rowLars Hjemli2006-12-161-3/+7
* Make repo header a link to summary pageLars Hjemli2006-12-161-1/+8
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-161-4/+46
* Small layout adjustments to summary and blob viewLars Hjemli2006-12-131-0/+6
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-131-2/+11
* Import cgit prototype from git treeLars Hjemli2006-12-091-0/+63
ssword-store.sh?h=1.6.3&id=9b1cbe79e354d433d72ad7d8399fcca704f02db9&follow=1'>Remove unneeded semicolon.Jason A. Donenfeld1-14/+14 2014-04-18Check sneaky paths.Jason A. Donenfeld1-0/+15 2014-04-18Pruning: turns out rmdir does it for us with -p.Jason A. Donenfeld1-9/+3 2014-04-18Abstract remove empty directories into function.Jason A. Donenfeld1-14/+11 2014-04-18Remember to prune empty folders.Jason A. Donenfeld1-0/+8 2014-04-18init: allow deinitializationJason A. Donenfeld2-2/+18 2014-04-18bash-completion: filter dot files from resultsJason A. Donenfeld1-3/+8 2014-04-18reencrypt: remove option, do automaticallyJason A. Donenfeld5-39/+25 2014-04-18reencryption: add to completion filesJason A. Donenfeld3-1/+5 2014-04-18Specify variable gpg.Jason A. Donenfeld1-1/+1 2014-04-18style: don't escape new line on &&Jason A. Donenfeld1-2/+2 2014-04-18reencryption: remove temporary file on failureJason A. Donenfeld1-1/+1 2014-04-18reencryption: only reencrypt files when requiredJason A. Donenfeld2-16/+37 2014-04-17cp: typo as cvJason A. Donenfeld1-1/+1 2014-04-17bash: gpg_id is localJason A. Donenfeld1-0/+1 2014-04-17move/copy: always reencrypt passwords at destinationJason A. Donenfeld5-25/+56 2014-04-17makefile: allow platform files with gnu sedJason A. Donenfeld1-7/+8 Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-04-17mv: Add pass mv/rename supportJason A. Donenfeld5-3/+78 Based-on-work-by: Matthieu Weber <mweber@free.fr> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-04-17revelation2pass: add plain XML importJavali1-11/+15 I found that revelatio2pass.py script doesn't work. It can not decrypt my password file. I got following error message: raceback (most recent call last): File "git/password-store/contrib/importers/revelation2pass.py", line 159, in <module> main(args.FILE, verbose=args.verbose, xml=args.xml) File "git/password-store/contrib/importers/revelation2pass.py", line 140, in main cleardata_gz = decrypt_gz(password, data) File "git/password-store/contrib/importers/revelation2pass.py", line 117, in decrypt_gz ct = c.decrypt(cipher_text[28:]) File "/usr/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py", line 295, in decrypt return self._cipher.decrypt(ciphertext) I was unable to fix the problem, but I created a workaround, that add plain XML import option to the revelation2pass.py script. Revelation can export its password file as plain XML format. 2014-04-17platform: add cygwin supportJason A. Donenfeld2-1/+17 According to Brandon Jones, all we need to do is adjust /dev/clipboard from xclip. So we add a platform specific file to do so. http://www.relaytheurgency.com/2014/04/pass-in-cygwin-relatively-simple.html Suggested-by: Brandon Jones <jones.brandon.lee@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>