Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add omitted lang | Vyacheslav Bakhmutov | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -2/+2 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||||
* | Fix IE bug and show errors. | Justin Nuß | 2014-07-25 | 1 | -1/+1 |
| | |||||
* | Fix #318. Switch to JS(ON) implementation for issue/comment creation. | Justin Nuß | 2014-07-25 | 1 | -1/+4 |
| | |||||
* | Allow disabling uploads | Justin Nuß | 2014-07-24 | 1 | -0/+4 |
| | |||||
* | Add file upload for attachments | Justin Nuß | 2014-07-24 | 1 | -10/+5 |
| | |||||
* | Fix missing . (dot) in issue templates | Justin Nuß | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Add delete route for attachments, remove upload buttons from issues/comments | Justin Nuß | 2014-07-24 | 1 | -0/+4 |
| | |||||
* | WIP: Allow attachments for issues, not only comments | Justin Nuß | 2014-07-23 | 1 | -0/+6 |
| | |||||
* | fix #273 | Unknown | 2014-07-04 | 1 | -0/+2 |
| | |||||
* | In progress of name template name constant | Unknown | 2014-06-22 | 1 | -0/+112 |