summaryrefslogtreecommitdiffstats
path: root/public/js
Commit message (Collapse)AuthorAgeFilesLines
* Use production version of vuejs. (#1869)Antoine GIRARD2017-06-042-8568/+8
|
* Fix FOUC on Firefox (#1728)Sondre Nilsen2017-05-312-0/+4
| | | | | | | | | Firefox users will experience a flash of unstyled content on loading various pages, this patch will fix this issue using Filament Groups loadCSS library to asynchronously load the CSS responsible for the FOUC. Will fix #1698. Signed-off-by: Sondre Nilsen <nilsen.sondre@gmail.com>
* Fix private repo iconAndrey Nering2017-05-271-1/+1
|
* Show repos acording to user/organizationAndrey Nering2017-05-181-1/+1
|
* Improve dashboard repo search (#1652)Andrey Nering2017-05-092-7/+8630
| | | | | | | | | | * Add VueJS * Improve dashboard search * Fix tab switching * Fix input autofocus
* Fix static files permission under public/ (#1675)Peter Dave Hello2017-05-052-0/+0
|
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-3/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Rework SSH key management UI to add GPG (#1293)Antoine GIRARD2017-04-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | * Rework SSH key management UI to add GPG * Add more detail to gpg key display * Update CHANGELOG.md * Implement deletion UI * Implement adding gpg UI * Various fixes - Fix duplicate entry in locale - Re-generate hash before verification since they are consumed * Add missing translation * Split template * Catch not found/verified email error
* Optimize and fix autolink function (#1442) (#1444)Michael de Wit2017-04-121-15/+45
| | | | | | * Optimize and fix autolink function (#1442) * Fix bug in autolink recursive fallback function
* Batch updates for issues (#926)Ethan Koenig2017-03-151-13/+67
|
* Search bar fixes for #1187 and #1205 (#1207)Patrick G2017-03-111-5/+3
|
* Fix span wrapping all the thingsAndrew Boyarshin2017-02-241-9/+12
| | | | Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * initial stuff for oauth2 login, fails on: * login button on the signIn page to start the OAuth2 flow and a callback for each provider Only GitHub is implemented for now * show login button only when the OAuth2 consumer is configured (and activated) * create macaron group for oauth2 urls * prevent net/http in modules (other then oauth2) * use a new data sessions oauth2 folder for storing the oauth2 session data * add missing 2FA when this is enabled on the user * add password option for OAuth2 user , for use with git over http and login to the GUI * add tip for registering a GitHub OAuth application * at startup of Gitea register all configured providers and also on adding/deleting of new providers * custom handling of errors in oauth2 request init + show better tip * add ExternalLoginUser model and migration script to add it to database * link a external account to an existing account (still need to handle wrong login and signup) and remove if user is removed * remove the linked external account from the user his settings * if user is unknown we allow him to register a new account or link it to some existing account * sign up with button on signin page (als change OAuth2Provider structure so we can store basic stuff about providers) * from gorilla/sessions docs: "Important Note: If you aren't using gorilla/mux, you need to wrap your handlers with context.ClearHandler as or else you will leak memory!" (we're using gorilla/sessions for storing oauth2 sessions) * use updated goth lib that now supports getting the OAuth2 user if the AccessToken is still valid instead of re-authenticating (prevent flooding the OAuth2 provider)
* Protected branches system (#339)Denis Denisov2017-02-211-0/+37
| | | | | | | | | | | | | | | | | | | | * Protected branches system * Moved default branch to branches section (`:org/:reponame/settings/branches`). * Initial support Protected Branch. - Admin does not restrict - Owner not to limit - To write permission restrictions * reformat tmpl * finished the UI and add/delete protected branch response * remove unused comment * indent all the template files and remove ru translations since we use crowdin * fix the push bug
* fix: fill in ssh key title on setting of repo (#950)Bo-Yi Wu2017-02-161-4/+4
| | | | | * fix: fill in ssh key title on setting of repo * fix: Don't overwrite ssh key title if exist.
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-142-0/+14
| | | | | | | | | | | | * Markdown rendering overhaul Cleaned up and squashed commits into single one. Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com> * Fix markdown API, add markdown module and API tests, improve code coverage Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com>
* feat: fill in ssh key title automatically. (#863)Bo-Yi Wu2017-02-091-0/+9
|
* track issue title changes (#841)Lunny Xiao2017-02-051-0/+1
|
* Fixed form control is not focusable #687 (#837)Shyim2017-02-041-2/+2
|
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-011-0/+6
|
* fix bug caused by #788 (#799)Lunny Xiao2017-01-301-1/+3
|
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-301-0/+4
| | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh
* feat: add search repository on dashboard. (#773)Bo-Yi Wu2017-01-301-0/+9
|
* add scroolbars to wide graphs. (#608)Kjell Kvinge2017-01-221-4/+0
| | | | | | * Add scrollbars to graph and revlist if needed. * Add border
* Notifications: trying to get a better layout (#660)Andrey Nering2017-01-181-0/+5
| | | | | | | | | | | | | | * i18n button titles * Improvements on notification page layout * Notification count badge fixes * Make table <tr> clickable * Fix octicon aligment * Fix use of AppSubUrl
* Fix #646 (#669)Shyim2017-01-141-5/+8
|
* Fix: Issues cannot be created with labels (#622)Kazuki Sawada2017-01-101-3/+3
| | | Signed-off-by: Kazuki Sawada <kazuki@6715.jp>
* Fix install.tmpl input default value (#611)vz2017-01-091-0/+6
| | | | | | | | * Fix install.tmpl input default value * Update db_user to gitea * Add when INSTALL_LOCK = false
* Fix wrong anchors for non-latin headings (#3981) (#512)Bwko2016-12-311-1/+1
| | | | | | Change Javascript regular expression to match non-latin characters The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078 And this patch should fixed these two issues: #3919 #3843
* commithgraph / timeline (#428)Kjell Kvinge2016-12-292-0/+416
| | | | | | | | | | * Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph
* Enables mssql support (#383)btrepp2016-12-241-12/+12
| | | | | | | | | | | | | | | | | | | * Enables mssql support Port of dlobs work in gogs. Enables options in index.js Enables MSSQL as a database option in go. Sets ID to 0 on initial migration. Required for MSSQL insert statements. Signed-off-by: Beau Trepp <beautrepp@gmail.com> * Vendors in denisenkom/go-mssqldb Includes golang.org/x/crypto/md4 as this is required by go-msssqldb Signed-off-by: Beau Trepp <beautrepp@gmail.com>
* Fix for #361, renamed username to loginBwko2016-12-071-1/+1
|
* Replace Gogs to Gitea in installation optionsJoubert RedRat2016-11-071-2/+2
|
* Set default less and css to new default nameJoubert RedRat2016-11-041-0/+0
|
* Support Editorconfig on web editor (#3512)无闻2016-08-301-0/+28
|\
| * Support Editorconfig on web editorAndrey Nering2016-08-301-0/+28
| |
* | js: fix comment issue status button title changeUnknwon2016-08-301-25/+1
|/
* Web editor: improve delete file processUnknwon2016-08-281-10/+10
|
* Web editor: improve code qualityUnknwon2016-08-241-1/+1
|
* Code quality improvement on JSUnknwon2016-08-171-314/+274
|
* Minor naming improvementUnknwon2016-08-171-38/+37
|
* General code quality improvementUnknwon2016-08-161-4/+2
|
* Web editor: temporarily disable upload and quick fix for edit and newUnknwon2016-08-151-1/+1
| | | | Try to merge into develop branch ASAP, then continue minor fixes afterwards.
* Code clean up for new config optionsUnknwon2016-08-141-6/+6
|
* Squashed commit of the following:Richard Mahn2016-08-141-81/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 0afcb843d7ffd596991c4885cab768273a6eb42c Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 17:13:29 2016 -0600 Removed Upload stats as the upload table is just a temporary table commit 7ecd73ff5535612d79d471409173ee7f1fcfa157 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 08:42:41 2016 -0600 Fix for CodeMirror mode commit c29b9ab531e2e7af0fb5db24dc17e51027dd1174 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 08:03:33 2016 -0600 Made tabbing in editor use spaces commit 23af384c53206a8a40e11e45bf49d7a149c4adcd Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:56:46 2016 -0600 Fix for data-url commit cfb8a97591cb6fc0a92e49563b7b764c524db0e9 Merge: 7fc8a89 991ce42 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:42:53 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go public/js/gogs.js commit 7fc8a89cb495478225b02d613e647f99a1489634 Merge: fd3d86c c03d040 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:40:00 2016 -0600 Merge branch 'feature-create-and-edit-repo-file' of github.com:richmahn/gogs into feature-create-and-edit-repo-file commit fd3d86ca6bbc02cfda566a504ffd6b03db4f75ef Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:39:44 2016 -0600 Code cleanup commit c03d0401c1049eeeccc32ab1f9c3303c130be5ee Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 29 15:38:23 2016 -0600 Code cleanup commit 98e1206ccf9f9a4503c020e3a7830cf9f861dfae Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Thu Jul 28 18:36:01 2016 -0600 Code cleanup and fixes commit c2895dc742f25f8412879c9fa15e18f27f42f194 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Thu Jul 28 18:24:04 2016 -0600 Fixes per Unknwon's requests commit 6aa7e46b21ad4c96e562daa2eac26a8fb408f8ef Merge: 889e9fa ad7ea88 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Thu Jul 28 17:13:43 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go modules/setting/setting.go commit 889e9faf1bd8559a4979c8f46005d488c1a234d4 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 22 14:09:18 2016 -0600 Fix in gogs.js commit 47603edf223f147b114be65f3bd27bc1e88827a5 Merge: bb57912 cf85e9e Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 22 14:07:36 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go public/js/gogs.js commit bb5791255867a71c11a77b639db050ad09c597a4 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 22 14:02:18 2016 -0600 Update for using CodeMirror mode addon commit d10d128c51039be19e2af9c66c63db66a9f2ec6d Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Tue Jul 19 16:12:57 2016 -0600 Update for Edit commit 34a34982025144e3225e389f7849eb6273c1d576 Merge: fa1b752 1c7dcdd Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Tue Jul 19 11:52:02 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go commit fa1b752be29cd455c5184ddac2ffe80b3489763e Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 15 18:35:42 2016 -0600 Feature for editing, creating, uploading and deleting files
* Render the Code view on the server (minus syntax highlighting) (#2942)Rory McNamara2016-08-091-17/+1
| | | | | | | | | | | | | | | | * 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-061-0/+0
|
* #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
|