Commit Graph

152 Commits (95637e046f4cca1ce6adc0eb7e03548034dedeac)

Author SHA1 Message Date
Ethan Koenig 5866eb2321 Code/repo search ()
Indexed search of repository contents (for default branch only)
Lauris BH 762f1d7237 Add wrapping to long diff lines ()
* Add wrapping to long diff lines to fix 

* Fix  css class and make changes to source (less) files

* Fix wrong space indentation

* Fix indentation inconsistencies and remove very old WebKit workaround
Bwko 3ab580c8d6 Add branch overiew page ()
* Add branch overiew page

* fix changed method name on sub menu

* remove unused code
Lauris BH 0e9e48bd5c Fix activity css conflit with semantic ui ()
Jonas Franz f4190f8df8 Render plain text README.txt monospaced ()
Signed-off-by: Jonas Franz <info@jonasfranz.software>
Lauris BH f42dbdbae5 Add Activity page to repository ()
* Add Activity page to repository

* Add request data for activity

* Add issue data for activity

* Add user unit right checks

* Add releases to activity

* Log repository unit loading error
harry b3cfa5a77e Use Semantic UI's Search component for user and repo search ()
* Use search component on org invitation user input.

* Search component for collaboration and members.

* Search component for repo search.

* minCharacters for search input

* Display full_name for user search.

* Fixed missing uid query parameter for repo search.

* Removed unused comment.
Lunny Xiao 1739e84ac0 improve protected branch to add whitelist support ()
* improve protected branch to add whitelist support

* fix lint

* fix style check

* fix tests

* fix description on UI and import

* fix test

* bug fixed

* fix tests and languages

* move isSliceInt64Eq to util pkg; improve function names & typo
David Schneiderbauer a89692d158 fix wrong rendering of commit detail page ()
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
Albert 250f1236dc * Fix fileview rendering bug ()
silverwind fc29a405e8 More tweaks to repo top panel ()
* More tweaks to repo top panel

* undo hiding of compare button on master

* attempt to fix ci issue

* another ci attempt
silverwind 31411a9462 Prevent selection of diff line numbers ()
Lauris BH f33e6ae09e Remove unit types commits and settings ()
* Remove unit types commits and settings

* Can not limit units in administrator teams

* Limit changing units only to teams with read and write access mode

* Small code optimization
Lauris BH a739991b36 Fix repository settings collobration list display ()
silverwind f2fcd9dcd8 Support CRLF when splitting code lines for display ()
* Support CRLF when splitting code lines for display

* refactor, fix mixed match

* fmt

* split on both LF and CRLF, use raw literals in regexes

* simplify
silverwind ae922afa2d Prevent accidential selection of line numbers in code view ()
Hussain Khalil 009a073990 Remove annoying difference in button heights. ()
* Remove annoying difference in button heights.

Why was that even there?

See before & after: http://imgur.com/a/yKdUR

* (2/2) Remove annoying difference in button heights
Lauris BH 2e17dda8bb Remove sha1 hash display in repository table and add latest commit GPG check ()
Jonas Östanbäck 59f5bbab0d Fix CSS for wiki markdown ()
Antoine GIRARD d9db188274 Fix ()
Antoine GIRARD 912b340d0d Simplify settings pages with item list ()
* Remove point column on ssh key setting page

* Remove un-used css

* Some cleaning

* Use octicon-key
Antoine GIRARD 14fe9010ae GPG commit validation ()
* GPG commit validation

* Add translation

+ some little fix

* Move hash calc after retrieving of potential key + missing translation

* Add some little test
Ethan Koenig 09fe4a2ae9 Batch updates for issues ()
Bwko 4faf097fb9 Added webkit-font-smoothing ()
Manuel Kuhlmann eb9ce39bb7 Fix unified diff view styling ()
Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
Manuel Kuhlmann a5e07da8be Fix diff split view coloring () ()
Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
Sl@ny c22f9114c7 Implementation of Folder Jumping
Andrey Nering ef5fc3c959 CSS: Stronger colors for diffs
Unknwon 8ee14db51e Update locales
Unknwon 48a0b5b026 UI: fix block selection on code for empty line are not highlighted
Unknwon 643142acab Web editor: support upload files
Unknwon 62b0dc4853 Web editor: fix cannot create new file in subdirectory
Unknwon 7f7216be6e Code quality improvement on JS
Unknwon 4a19fd6441 Web editor: temporarily disable upload and quick fix for edit and new
Try to merge into develop branch ASAP, then continue minor fixes afterwards.
Unknwon 3f7f4852ef fully support of webhooks for pull request
Andrey Nering dbed39ba05 On showing diff/file, use the tab_width specified on .editorconfig, if any ()
Closes 
Andrey Nering 25b23c4bc9 Do not show non-image attachment in a <img> tag. Fixes ()
Rory McNamara c8b45ecc27 Render the Code view on the server (minus syntax highlighting) ()
* 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
silverwind b1133c9934 Lighter icon colors for repo files ()
* Lighter icon colors for repo files

* also color submodule icon
Unknwon 452aefd025 Fix issue event octicon CSS
Unknwon 899e799459 support delete issue comment
Unknwon c912494609 detect invalid tag name git error
Unknwon 971e2c3bd6 Upgrade octicon to 4.3.0
chriswatt 24caccccdd Fix empty space surrounding hidden issue labels ()
Kim Carlbäcker ce36fd7a49 Fixed ()
Matthias Niess 3decc0b3d6 use monospace font for wiki and issue textareas (fix )
Unknwon 9a5a27ea8d Improve repository lable style
- add border-radius to filter list items
- use color as background of label for issue/pull view page
Unknwon 045f14fbd0 finsih UI work for access mode of collaborators
Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin.
Unknwon d320915ad2 Minor fix for
ChubbyNinja ab4bc653ab Image attachments keep aspect ratio