summaryrefslogtreecommitdiffstats
path: root/public/less
Commit message (Collapse)AuthorAgeFilesLines
* Adjust z-index for floating labels (#3939)David Schneiderbauer2018-05-111-0/+12
|
* Multiple assignees (#3705)kolaente2018-05-091-3/+6
|
* Issue due date (#3794)kolaente2018-05-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Started adding deadline to ui * Implemented basic issue due date managing * Improved UI for due date managing * Added at least write access to the repo in order to modify issue due dates * Ui improvements * Added issue comments creation when adding/modifying/removing a due date * Show due date in issue list * Added api support for issue due dates * Fixed lint suggestions * Added deadline to sdk * Updated css * Added support for adding/modifiying deadlines for pull requests via api * Fixed comments not created when updating or removing a deadline * update sdk (will do properly once go-gitea/go-sdk#103 is merged) * enhanced updateIssueDeadline * Removed unnessecary Issue.DeadlineString * UI improvements * Small improvments to comment creation + ui & validation improvements * Check if an issue is overdue is now a seperate function * Updated go-sdk with govendor as it was merged * Simplified isOverdue method * removed unessecary deadline to 0 set * Update swagger definitions * Added missing return * Added an explanary comment * Improved updateIssueDeadline method so it'll only update `deadline_unix` * Small changes and improvements * no need to explicitly load the issue when updating a deadline, just use whats already there * small optimisations * Added check if a deadline was modified before updating it * Moved comment creating logic into its own function * Code cleanup for creating deadline comment * locale improvement * When modifying a deadline, the old deadline is saved with the comment * small improvments to xorm session handling when updating an issue deadline + style nitpicks * style nitpicks * Moved checking for if the user has write acces to middleware
* Symlink icons (#1416) (#3826)Tris Forster2018-05-011-1/+2
| | | | | | | | | | | | * Updated vendor code for code.gitea.io/git * Display symlinks correctly for files and directories * Added symlink tests * Applied silverwinds stylesheet patch Signed-off-by: Tris Forster <tris.git@shoddynet.org>
* Removes extra space from the body and footer to prevent scrolling on a page ↵Liam Cottam2018-04-161-2/+1
| | | | | that fits into the viewport (#3792) Signed-off-by: Liam Cottam <killtheidols@hotmail.co.uk>
* Add topic support (#3711)Lunny Xiao2018-04-111-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | * add topic models and unit tests * fix comments * fix comment * add the UI to show or add topics for a repo * show topics on repositories list * fix test * don't show manage topics link when no permission * use green basic as topic label * fix topic label color * remove trace content * remove debug function
* Add label descriptions (#3662)Lauris BH2018-03-131-0/+11
| | | | | | * Add label descriptions * Add default descriptions to label template
* Make columns in split view of the same width (#3619)Morgan Bazalgette2018-03-071-31/+44
| | | | as well as fix indentation and add 1px border to line counter of the new code on the right.
* Use Segoe UI for Latin characters before falling back to YaHei (#3616)Mahmoud Al-Qudsi2018-03-041-1/+1
| | | | | | | | | | | | | * Use Segoe UI for Latin characters before falling back to YaHei This fixes issues with character rendering on hidpi displays and other aliasing/hinting issues, as Segoe UI has been painstakingly hinted by typographers for Microsoft while YaHei has not. See #3237 for more details. Closes #3237 * Include transformed LESS -> CSS in commit
* Fix checklist padding (#3460)modmew82018-02-061-14/+18
| | | | | | | | | | * Changed style of checklist in issuelist. * Adjusted padding for progressbar, updated index.css. * Fixed another wrong tab to spaces. Signed-off-by: modmew8 <modmew8@gmail.com>
* Emoji Autocomplete (#3433)modmew82018-02-032-0/+27
| | | | | | | | | | | | * Implemented emoji autocomplete. * Changed emoji access url. * Reverted vendor css to default, moved all style changes to _tribute.less * Made no-results overwriteable, added missing autocomplete to edit issue field. Signed-off-by: modmew8 <modmew8@gmail.com>
* Added progressbar for issues (#1146). (#3171)modmew82018-01-031-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | * Added progressbar for issues (#1146). * Updated the generated index.css. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed stored progress percentage and changed it to css calc. Also added the issue task progress to the user/dashboard/issues. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed unnecessary blanks. Signed-off-by: modmew8 <modmew8@gmail.com> * Formatted the files correctly, fmt-check terminates now without errors. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed variables, made computing the tasks on demand with precompiled regexp. Signed-off-by: modmew8 <modmew8@gmail.com>
* Responsive view (#2750)Morgan Bazalgette2017-12-306-126/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Viewport meta tag * responsive: dashboard * responsive: issues page * responsive: Explore page * responsive: navbar, and some navbar css refactoring * responsive: button for collapsing navbar in mobile view * Mark the hamburger button as active when pressed * better homepage for responsive views * Bring back jump class in navbar The class was necessary, because this way the dropdown doesn't assume the contents of the selected item. * make repository homes responsive * Make file view page responsive * Make forms look good on responsive views * make commits and commit diff view responsive * issues and PRs * responsive wiki * Don't place auto-init far off the page * Minor changes to amend broken stuff minor improvements - make login/sign up in navbar stackable - make navbar in explore and sign in not stackable Change selected class in TestPullCompare Fix typo that happened when rebasing fix dashboard on org view improve profile UI Use clearing on file diff to fix broken UI caused by floating elements remove unresolved merge conflict, and | Sanitize Fix repo home not loading
* Improve suppressed diff boxes (#3193)silverwind2017-12-142-1/+4
|
* Rework button styles on repo and commit page (#3104)silverwind2017-12-071-5/+7
|
* fix button heights on commits page (#3091)silverwind2017-12-051-5/+12
|
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-041-1/+38
|
* Remove box-shadow from UI, fix dashboard issue (#3065)silverwind2017-12-032-0/+11
|
* Convert tabs to spaces in .less files (#3064)silverwind2017-12-0212-1357/+1357
|
* Fix misalignment issue in repo header (#3062)silverwind2017-12-021-2/+2
|
* Dashboard: Fix line height problem in issue titles (#3054)silverwind2017-12-021-1/+0
|
* Expandable commit bodies (#2980)Sondre Nilsen2017-11-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial working state of expandable commit bodies * Fix all commits having showing button for multiline commits * Refactor checking multiline messages method * Force newlines with <br> in commit body * Show multiple lines in the list view of repositories * Fixed proper newlines and minor refactor Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies. * Fix commit list messages jumping around * Fix indentation in view_list.tmpl * Use vertical-align: baseline instead of top * Refactor commit button toggle function * Remove RenderCommitBodyLink function * Add comments * Add newline at the end of _repository.less * Fix long commit bodies not properly wrapping inside <pre> * Don't split on double newlines * Show the commit body in commit view * Update stylesheets * Add/fix comments and run make fmt * Fix spaces not being tabs
* Fix attachments icon size on zoom in/out (#2853)Jakub2017-11-051-1/+1
| | | | | | * fix attachments icon size on zoom in/out * make public/css/index.css
* Code/repo search (#2582)Ethan Koenig2017-10-271-2/+17
| | | Indexed search of repository contents (for default branch only)
* Add wrapping to long diff lines (#2789)Lauris BH2017-10-272-1716/+1720
| | | | | | | | | | * Add wrapping to long diff lines to fix #1827 * Fix css class and make changes to source (less) files * Fix wrong space indentation * Fix indentation inconsistencies and remove very old WebKit workaround
* Add branch overiew page (#2108)Bwko2017-10-262-2/+30
| | | | | | | | * Add branch overiew page * fix changed method name on sub menu * remove unused code
* Fix activity css conflit with semantic ui (#2758)Lauris BH2017-10-211-1/+1
|
* Render plain text README.txt monospaced (#2721)Jonas Franz2017-10-171-0/+4
| | | Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Create new branch from branch selection dropdown (#2130)Lauris BH2017-10-151-0/+4
| | | | | | | | | | * Create new branch from branch selection dropdown and rewrite it to VueJS * Make updateLocalCopyToCommit as not exported * Move branch name validation to model * Fix possible race condition
* Add Activity page to repository (#2674)Lauris BH2017-10-152-1/+44
| | | | | | | | | | | | | | * 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
* Use Semantic UI's Search component for user and repo search (#2636)harry2017-10-031-13/+8
| | | | | | | | | | | | | | | | * 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.
* Implementation of all repositories of a user from user->settings (#1740)Rémy Boulanouar2017-09-141-0/+5
| | | | | | | | | | | | * Implementation of all repositories of a user from user->settings * Update message when no repository found * Update according to comments * Change UI to have a better look * improved user repositories UI
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-0/+33
| | | | | | | | | | | | | | | | | | | | * 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
* fix wrong rendering of commit detail page (#2503)David Schneiderbauer2017-09-141-1/+1
| | | Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* * Fix fileview rendering bug #2470 (#2477)Albert2017-09-101-0/+12
|
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-171-0/+14
| | | | | | | | | | | | | | | | * Fix and improve dashboard repo UI * Change order of scripts loading * Remove "mirror" tab * Remove single tab panel for "org user" * Add localization strings * Create vue component and change event for search * Add "mirrors" filter
* More tweaks to repo top panel (#2267)silverwind2017-08-131-1/+7
| | | | | | | | | | * More tweaks to repo top panel * undo hiding of compare button on master * attempt to fix ci issue * another ci attempt
* File path tweaks in UI (#2264)silverwind2017-08-061-0/+7
|
* Prevent selection of diff line numbers (#2240)silverwind2017-08-011-0/+4
|
* Remove unit types commits and settings (#2161)Lauris BH2017-07-171-0/+6
| | | | | | | | | | * 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
* Fix repository settings collobration list display (#2151)Lauris BH2017-07-121-0/+5
|
* Use monospace font in githook editor (#1958)silverwind2017-06-131-0/+6
|
* Support CRLF when splitting code lines for display (#1862)silverwind2017-06-101-1/+1
| | | | | | | | | | | | * 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
* Prevent accidential selection of line numbers in code view (#1860)silverwind2017-06-051-0/+4
|
* Remove annoying difference in button heights. (#1853)Hussain Khalil2017-06-031-1/+0
| | | | | | | | | | * 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
* Make navbar scroll on overflow (#1777)Patrick G2017-05-241-0/+37
| | | | | | | | | | * Scrollbars on overflow of horizontal nav * Update _base.less * Add fade out on right side of overflowing nav * Update _base.less
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-081-2/+2
|
* Remove sha1 hash display in repository table and add latest commit GPG check ↵Lauris BH2017-05-051-23/+27
| | | | (#1678)
* Fix CSS for wiki markdown (#1660)Jonas Östanbäck2017-05-031-1/+1
|
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add google+ * sort signin oauth2 providers based on the name so order is always the same * update auth tip for google+ * add gitlab provider * add bitbucket provider (and some go fmt) * add twitter provider * add facebook provider * add dropbox provider * add openid connect provider incl. new format of tips section in "Add New Source" * lower the amount of disk storage for each session to prevent issues while building cross platform (and disk overflow) * imports according to goimport and code style * make it possible to set custom urls to gitlab and github provider (only these could have a different host) * split up oauth2 into multiple files * small typo in comment * fix indention * fix indentation * fix new line before external import * fix layout of signin part * update "broken" dependency