Kyle D and GitHub
7bb12d7efa
Bump playwright to 1.26.1 ( #21357 )
2022-10-08 16:54:34 +08:00
Kyle D
7006d8297d
[skip ci] Updated translations via Crowdin
2022-09-07 00:20:58 +00:00
Kyle D and GitHub
6361b48b21
Bump playwright test image to match version in package.json ( #21097 )
...
Bump the playwright test image to match version in package.json (so it
doesn't re-download browsers setup)
2022-09-07 00:00:34 +01:00
Kyle D and GitHub
c8ded77680
Kd/ci playwright go test ( #20123 )
...
* Add initial playwright config
* Simplify Makefile
* Simplify Makefile
* Use correct config files
* Update playwright settings
* Fix package-lock file
* Don't use test logger for e2e tests
* fix frontend lint
* Allow passing TEST_LOGGER variable
* Init postgres database
* use standard gitea env variables
* Update playwright
* update drone
* Move empty env var to commands
* Cleanup
* Move integrations to subfolder
* tests integrations to tests integraton
* Run e2e tests with go test
* Fix linting
* install CI deps
* Add files to ESlint
* Fix drone typo
* Don't log to console in CI
* Use go test http server
* Add build step before tests
* Move shared init function to common package
* fix drone
* Clean up tests
* Fix linting
* Better mocking for page + version string
* Cleanup test generation
* Remove dependency on gitea binary
* Fix linting
* add initial support for running specific tests
* Add ACCEPT_VISUAL variable
* don't require git-lfs
* Add initial documentation
* Review feedback
* Add logged in session test
* Attempt fixing drone race
* Cleanup and bump version
* Bump deps
* Review feedback
* simplify installation
* Fix ci
* Update install docs
2022-09-02 15:18:23 -04:00
Kyle D and GitHub
97bfabc745
Use new config options ( #20125 )
2022-06-24 16:38:19 -04:00
Kyle D and GitHub
8a3cd58463
Remove depricated queue indexer usage ( #20124 )
2022-06-24 15:04:30 -04:00
Kyle D and GitHub
f7085f718b
Set max text height to prevent overflow ( #18862 )
...
Sets a max height for review text boxes to prevent a very annoying bug where users cannot access the "submit" button.
Before:

After:

Interestingly, I don't see this bug on Firefox.
2022-02-23 20:17:14 +00:00
Kyle D and GitHub
a51d2114c7
quote MAKE to prevent path expansion with space error ( #18622 )
...
Pretty minor change to prevent error when `$(MAKE)` path is expanded with a space in the path.
```bash
$ TAGS="bindata sqlite sqlite_unlock_notify" make build
/usr/bin/sh: -c: line 0: syntax error near unexpected token `('
/usr/bin/sh: -c: line 0: `C:/Program Files (x86)/GnuWin32/bin/make -v | head -n 1'
```
I believe Program Files (x86) is the default path for GNU make on windows
2022-02-05 18:31:57 +00:00
Kyle D and GitHub
2a998048ef
Remove New PR button in PRs ( #15998 )
2021-05-29 22:00:02 +08:00
a5d8f58341
Update queue workers for v1.15 ( #15999 )
...
* Update queue workers for v1.15
* update app.example.ini
* update re queue path
Signed-off-by: Andrew Thornton <art27@cantab.net >
Co-authored-by: Andrew Thornton <art27@cantab.net >
2021-05-28 13:33:52 -04:00
Kyle D and GitHub
c61b460038
Fix extra curly brace breaking release compare ( #15988 )
2021-05-26 21:07:39 -04:00
Kyle D and GitHub
fda2e4549f
Move tooltip down to allow selection of Remove File on error ( #15672 )
2021-05-01 17:33:21 -04:00
Kyle D and GitHub
9b8ffa1c7a
Output node min version variable ( #15562 )
2021-04-21 14:15:18 +08:00
Kyle D and GitHub
f44543a1bb
Disable Stars config option ( #14653 )
...
* Add config option to disable stars
* Replace "stars" with watched in user profile
* Add documentation
2021-04-15 18:53:57 +02:00
Kyle D and GitHub
e10d028b03
Check if stopwatch element empty ( #15278 )
2021-04-05 18:45:01 +02:00
Kyle D and GitHub
8d9f191195
Update docs for bad ini syntax in noreply ( #15226 )
2021-03-31 17:13:46 -04:00
Kyle D and GitHub
df891dc59f
Validate email in oauth registration form ( #15014 )
2021-03-17 04:54:02 +01:00
Kyle D and GitHub
e475ccfe09
Add kdumontnu to MAINTAINERS ( #14964 )
2021-03-11 23:25:07 +01:00
Kyle D and GitHub
61f347e349
Add environment-to-ini to docker image ( #14762 )
...
* Add environment-to-app.ini routine
* Call environment-to-ini in docker setup scripts
* Automatically convert section vars to lower case to match documentation
* Remove git patch instructions
* Add env variable documentation to Install Docker
2021-02-23 20:21:44 +01:00
Kyle D and GitHub
a50ca28355
Only for direct descendants of items ( #14761 )
2021-02-21 16:22:15 -05:00
Kyle D and GitHub
d475d53c41
Fix svg spacing ( #14638 )
...
* Add right margin to icons in menu items
* Reduce padding on user profile submenu to fit in one line by default (english)
2021-02-14 17:49:22 +01:00
Kyle D and GitHub
4c6e029506
Use gitea.svg for public/img/gitea-gitea.svg instead of logo.svg ( #14479 )
2021-01-27 17:15:39 +01:00
Kyle D and GitHub
41e19b93a2
Align dropdown right ( #14406 )
2021-01-20 02:08:21 +01:00
Kyle D and GitHub
bfd0c47ef6
Kd/fix allow svg doctype ( #14344 )
...
* make svg regex case-insensitive & use strict word boundary
* allow doctype svg
* add doctype tests
* allow <!DOCTYPE svg> and <svg/>
2021-01-15 17:38:41 +08:00
Kyle D and GitHub
920c0bde2d
Kd/add bountysource ( #14323 )
...
* Add bountysource to Sponsors link
* Add badge to readme
2021-01-13 10:53:17 -05:00
Kyle D and GitHub
4092c044e0
Kd/fix team avatar aspect ratio ( #14200 )
...
* Add org member avatar to text data for fixed width
* set min-width to prevent single char lines
2021-01-03 22:20:05 +01:00
Kyle D and GitHub
0f99edf123
Prevent clipping input text in Chrome ( #14179 )
2021-01-01 14:05:40 -05:00
Kyle D and GitHub
c074e46292
Hide migration failed by default ( #14188 )
2020-12-30 11:04:30 +08:00
Kyle D and GitHub
4ef751215c
put ${CURDIR} in quotes to prevent make from splitting paths with spaces into separate strings ( #14056 )
2020-12-18 21:54:01 -05:00
Kyle D and GitHub
4cd94e3689
gitea png to logo ( #13974 )
...
* gitea png to logo.svg
* gitea safari svg to logo
* minify svgs
* Update english docs
* Update missing section on customizing logo
2020-12-18 20:17:27 -05:00