| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#2241)
* Cleaning up public/ and documenting js/css libs.
This commit mostly addresses #1484 by moving vendor'ed plugins into a
vendor/ directory and documenting their upstream source and license in
vendor/librejs.html.
This also proves gitea is using only open source js/css libraries which
helps toward reaching #1524.
* Removing unused css file.
The version of this file in use is located at:
vendor/plugins/highlight/github.css
* Cleaned up librejs.html and added javascript header
A SafeJS function was added to templates/helper.go to allow keeping
comments inside of javascript.
A javascript comment was added in the header of templates/base/head.tmpl
to mark all non-inline source as free.
The librejs.html file was updated to meet the current librejs spec. I
have now verified that the librejs plugin detects most of the scripts
included in gitea and suspect the non-free detections are the result of
a bug in the plugin. I believe this commit is enough to meet the C0.0
requirement of #1534.
* Updating SafeJS function per lint suggestion
* Added VERSIONS file, per request
|
|
|
|
|
|
|
|
|
|
| |
* More tweaks to repo top panel
* undo hiding of compare button on master
* attempt to fix ci issue
* another ci attempt
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Add makefile task to generate images from SVG and change to new logo
* use absolute path on generate-images
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add configuration flag SSH_EXPOSE_ANONYMOUS
If this flag (default True) is set to false, the SSH clone URL will only be exposed if the current user is signed in.
* Default SSH exposure set to false
To match GitHub and for security reasons, SSH URL exposure is disabled by default.
In addition to that. minor code changes have been applied.
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
* Add integration tests
* Hide clone button neither HTTP and SSH is enabled
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
|
|
|
|
|
|
|
|
|
|
| |
* Make compare button URL aware if current repo is a fork (#2162)
* Optimize code
* To not change current behaviour check if signed in user has fork of base repository
* Fix to check only if signed user has forked repo otherwise it will still redirect to wrong page
|
|
|
| |
Only show note about missing description ("No Description") to repo admins, nobody else can change it.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* Fix search by issue type
|
| |
|
|
|
|
|
|
| |
* Fix pull request compare link
* Integration test
|
|
|
|
|
|
|
|
| |
* Replace Gogs by Gitea
* Fix missing changes
* Create Gitea webhook and put Gogs webhook apart.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Show commit status icon in commits table
* Add comments
* Fix icons
* Few more places where commit table is displayed
* Change integration test to use goquery for parsing html
* Add integration tests for commit table and status icons
* Fix status to return lates status correctly on all databases
* Rewrote lates commit status selects
|
|
|
|
| |
(#1678)
|
|
|
|
|
|
| |
* Do not allow commiting to protected branch from online editor
* Add editor integration tests for adding new file and not allowing to add new file to protected branch
|
|
|
|
|
|
|
|
|
|
| |
* fix bug on issue view when not login
* hide issue watch when not login
* update the tests
* fix test on issue
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Sync interval specifed as duration string
* Changed mirror interval text
* make fmt
* Add MinInterval for mirror sync
* Use duration internally
* Changed min default to 10m
* make fmt
* Incorrect default
* Removed defaults in MustDuration()
* Add Mirror interval migration
* Default values corrected
* Use transaction during migration
* Change http 500 to page with error message
* Cleanup session.commit()
|
| |
|
| |
|
|
|
|
|
|
| |
* Fix button text to be consisstent with rest of UI
* Make all commits checkbox look nicer
|
| |
|
|\
| |
| | |
[Notifications Step 6] Per issue/PR watch/unwatch
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Use whole button (commit graph) as link
|
| |/ |
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
* Remove point column on ssh key setting page
* Remove un-used css
* Some cleaning
* Use octicon-key
|
|
|
|
|
|
| |
* Make "Commit Graph" link a button and translate it
* Add title on Commit Graph page
|
|
|
|
|
|
|
|
|
|
|
|
| |
* GPG commit validation
* Add translation
+ some little fix
* Move hash calc after retrieving of potential key + missing translation
* Add some little test
|
| |
|
| |
|
|
|
|
|
|
| |
* Add notice that LFS mirroring is not supported
* Drop German translation
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Add strings to ini
* Make strings translatable (#1188)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
Reported by Miguel Ángel Jimeno.
|
|
|
|
|
| |
* fix: fill in ssh key title on setting of repo
* fix: Don't overwrite ssh key title if exist.
|