summaryrefslogtreecommitdiff
path: root/ui-shared.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix repolist search links with virtual rootGeoff Johnstone2009-09-201-0/+1
* add cgit_httpscheme() -> http:// or https://Diego Ongaro2009-06-111-0/+1
* Merge branch 'lh/stats'Lars Hjemli2009-01-271-1/+4
|\
| * ui-shared: externalize add_hidden_formfields()Lars Hjemli2008-12-071-1/+2
| * ui-shared: add and use cgit_stats_link()Lars Hjemli2008-12-071-0/+2
* | ui-log: add support for showing the full commit messageLars Hjemli2008-11-291-1/+1
|/
* ui-shared: add cgit_tag_link()Lars Hjemli2008-10-051-0/+2
* ui-shared.c: add cgit_summary_link()Lars Hjemli2008-10-051-0/+1
* Merge branch 'lh/plain'Lars Hjemli2008-09-011-0/+2
|\
| * ui-tree: link to plain view instead of blob viewLars Hjemli2008-08-061-0/+2
* | Add atom-supportLars Hjemli2008-08-011-0/+1
|/
* Added `local-time` option to cgitrcStefan Naewe2008-08-011-1/+1
* Add cgit_index_link() function with support for offsetLars Hjemli2008-05-031-0/+2
* Remove 'patch' link from tab, add to commit viewLars Hjemli2008-04-131-0/+2
* Add ui-shared.hLars Hjemli2008-03-241-0/+36
tr> 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>