summaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* Render the Code view on the server (minus syntax highlighting) (#2942)Rory McNamara2016-08-093-17/+5
| | | | | | | | | | | | | | | | * render code view server side * remove debug print * fix multiline selection bug * change string concatenation to bytes.Buffer for efficiency * Fix newlines added by previous for hljs * fix selection highlighting * make css changes in .less
* #3320 code cleanupUnknwon2016-08-071-0/+15
|
* Update .gitattributesUnknwon2016-08-062-11/+0
|
* Lighter icon colors for repo files (#3351)silverwind2016-08-032-1/+10
| | | | | | * Lighter icon colors for repo files * also color submodule icon
* #2162 improve repository advance options UI displayUnknwon2016-07-311-9/+25
| | | | Enable/disable input based on user chosen options for wiki and issue tracker.
* models/ssh_key: code cleaningUnknwon2016-07-261-1/+1
|
* Fix issue event octicon CSSUnknwon2016-07-262-2/+10
|
* #1601 support delete issue commentUnknwon2016-07-263-6/+25
|
* #1384 add pagination for repositoriesUnknwon2016-07-242-5/+9
|
* #3076 detect invalid tag name git errorUnknwon2016-07-232-0/+7
|
* Added coding style modes to SimpleMDE (#3286)Richard Mahn2016-07-23286-0/+49679
| | | | | | * Added coding style modes to SimpleMDE * Moved the CodeMirror addon from simplemd to codemirror directory
* #3299 don’t pop up confirm box when leave on signin pageUnknwon2016-07-211-0/+1
|
* Upgrade octicon to 4.3.0Unknwon2016-07-1616-457/+479
|
* Update bindata and CSSUnknwon2016-07-151-0/+11
|
* Apply font for Japanese / Chinese (more) (#3266)Laica Lunasys2016-07-151-0/+3
|
* #2458 fix emoji been rendered inside raw content areaUnknwon2016-07-111-1/+1
|
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-081-0/+21
| | | | Initially proposed by #2376 and fixes #3068 as well.
* Upgrade frontend assetsUnknwon2016-07-0732-92/+240
|
* Use a gopher as default avatar (rather than the gravatar logo) (#3208)Sandro Santilli2016-06-272-0/+0
| | | | | | | | | | | | Also changes the avatar from a jpeg to a png, to allow for transparent background. The indexed png is also smaller in size. Note that at the moment the default avatar is only used when the user requested a custom avatar and the custom avatar file is not found (should never happen). In the future the default avatar could be used as a default return when by-mail avatar lookups fail too (both gravatar and libravatar support passing a default)
* Fix empty space surrounding hidden issue labels (#3200)chriswatt2016-06-242-4/+8
|
* models/release: filter input to prevent command line argument vulnerabilityUnknwon2016-05-061-121/+1
|
* PDF-Previews in file-lists now working (#3000)Kim Carlbäcker2016-04-2692-0/+64443
|
* Add new language supportUnknwon2016-04-253-5/+27
| | | | - Update language choose dropdown to fit more languages
* [Feature/WIP] Confirm on editing forms (fixes #2881) (#2980)Kim Carlbäcker2016-04-196-22/+219
| | | | | | | | | | * Add and start jQuery AreYouSure * Update SimpleMDE to 1.10.1 for `forceSync` support * Forgot to remove old version SimpleMDE 1.10.0 * formatting -.-
* Fixed #2909 (#2979)Kim Carlbäcker2016-04-193-2/+50
|
* reduce line number creation to one DOM manipulationPsychoMario2016-03-301-2/+6
|
* use monospace font for wiki and issue textareas (fix #2869)Matthias Niess2016-03-232-6/+16
|
* Improve repository lable styleUnknwon2016-03-152-0/+2
| | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page
* Add APIContextUnknwon2016-03-132-0/+6
|
* Generate css for #2816Unknwon2016-03-111-1/+1
|
* Add Japanese FontsMATTENN2016-03-121-1/+1
| | | | | By adding a Japanese font in the less file, easier to see the display in Japanese.
* #13 finish user and repository searchUnknwon2016-03-113-7/+72
| | | | Both are possible on explore and admin panel
* Update frontend resourcesUnknwon2016-03-0712-31/+55
|
* #2623 fix wrong font for webhook historyUnknwon2016-03-052-139/+139
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-056-18/+43
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* #1157 some avatar setting changesUnknwon2016-03-051-18/+31
| | | | - Allow to delete current avatar
* Render emojis in more places.Andrey Nering2016-03-021-1/+4
|
* Minor fix for #2710Unknwon2016-02-272-1/+7
|
* Image attachments keep aspect ratioChubbyNinja2016-02-262-2/+52
|
* Minor fix for #2660Unknwon2016-02-242-1/+10
|
* Remove border-bottom for tabs header dividerUnknwon2016-02-193-1/+8
|
* Fix chmod for several files in conf/locale/ and public/Florian Kaiser2016-02-18908-0/+0
|
* Add grey bg to tabs on repo pagechriswatt2016-02-143-3/+106
|
* Make issue title smallerFlorian Kaiser2016-02-073-3/+3
|
* Merge pull request #2528 from andreynering/diff-sintax-highlight-733Unknwon2016-02-072-4/+18
|\ | | | | Enable syntax highlighting on diff view
| * Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-042-4/+18
| |
* | Rename #avatararrow to #avatar-arrowchriswatt2016-02-071-5/+5
| |
* | Add avatar arrow to pull request formchriswatt2016-02-071-1/+8
| |
* | Add avatar arrows to new both new issue comment formschriswatt2016-02-071-20/+35
| |
* | Fix #2564 file ignored by gitUnknwon2016-02-052-0/+2618
| |