Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | scripts: Remove less.sh superseded by Makefile | Adam Strzelecki | 2015-12-01 |
| | | | | We no longer need to manually build CSS files as Makefile keeps track of it. | ||
* | Makefile: Remove trailing whitespace & add last LF | Adam Strzelecki | 2015-12-01 |
| | | | | This is pure cleanup commit. | ||
* | Makefile: Auto-build CSS & bin-data when necessary | Adam Strzelecki | 2015-12-01 |
| | | | | | This will ensure that running `make` we will get all necessary files built and we do not need manually remember to rebuild them. | ||
* | Makefile: Copy installed binary instead 2nd build | Adam Strzelecki | 2015-12-01 |
| | | | | | This speeds up single build/rebuild rather than install & build which compiles everything twice, we just copy installed binary back to the project root. | ||
* | Merge pull request #2016 from raxetul/develop | Unknwon | 2015-12-01 |
|\ | | | | | Dockerfile for RaspberryPi is added. | ||
| * | Latest develop updates is merged with my RaspberryPi Dockerfile version. | Emrah URHAN | 2015-11-22 |
| |\ | | | | | | | | | | Merge branch 'develop' of https://github.com/gogits/gogs into develop | ||
| * | | Dockerfile for RaspberryPi is added. | Emrah URHAN | 2015-11-22 |
| | | | |||
* | | | Merge pull request #2069 from nanoant/patch/admin-see-all-organizations | Unknwon | 2015-11-30 |
|\ \ \ | | | | | | | | | Admin should be able to see all organizations | ||
| * | | | Admin should be able to see all organizations | Adam Strzelecki | 2015-11-30 |
| | | | | | | | | | | | | | | | | | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them. | ||
* | | | | fix #2042 | Unknwon | 2015-11-30 |
| | | | | |||
* | | | | Merge branch 'feature/wiki' into develop | Unknwon | 2015-11-30 |
|\ \ \ \ | |||
| * | | | | finish wiki | Unknwon | 2015-11-30 |
| | | | | | |||
| * | | | | wiki: finish pages | Unknwon | 2015-11-27 |
| | | | | | |||
| * | | | | wiki: finish edit | Unknwon | 2015-11-27 |
| | | | | | |||
| * | | | | wiki: finish new | Unknwon | 2015-11-27 |
| | | | | | |||
| * | | | | introduce git-shell | Unknwon | 2015-11-26 |
| | | | | | |||
| * | | | | Wiki: UI for page new | Unknwon | 2015-11-25 |
| | | | | | |||
* | | | | | Merge pull request #2053 from kakwa/develop | Unknwon | 2015-11-30 |
|\ \ \ \ \ | |_|/ / / |/| | | | | various fixes in gogs dump command | ||
| * | | | | add name of the dump file in last log message | kakwa | 2015-11-28 |
| | | | | | |||
| * | | | | Fix dump of log and custom directory in dump cmd | kakwa | 2015-11-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, the dump cmd uses setting.CustomPath and setting.LogRootPath instead of setting.WorkDir which was kind of broken if the gogs binary was in a different directory than gogs data. Additionally, the backup of setting.CustomPath directory is only done if it exists. | ||
| * | | | | Using a tmp dir to generate db and repo dumps | kakwa | 2015-11-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using a tmp dir makes gogs dump more robust to concurrent runs. It also permits an easier cleaning of the tmp files (gogs-db.sql and gog-repo.zip) by just removing the tmp dir. As a side effect, it partially fix bugs on workdir. Previously, 'gogs dump' created the archives in the current directory, and tried to include these archives from the directory where the gogs binary lies. ex: if gogs binary is in /usr/bin/gogs, and gogs dump is run from /tmp/, /tmp/gog-repo.zip is created, but gogs dump tried to include /usr/bin/gogs-repo.zip. | ||
| * | | | | Adding more error handling in dump cmd | kakwa | 2015-11-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dump cmd did not check the return value of the z.AddFile or z.AddDir when building the final archive. It caused the dump command to succeed even if an error occurred. The resulted dump archive could be corrupted/empty. (errors could be various: removal by a concurrent process, disk full, bugs in the dump cmd itself) | ||
* | | | | | #1681 carry --config flag for builtin SSH | Unknwon | 2015-11-30 |
| | | | | | |||
* | | | | | add line break after SSH error message | Unknwon | 2015-11-30 |
|/ / / / | |||
* / / / | Use better LDAP lib and should fix #1139 | Unknwon | 2015-11-26 |
|/ / / | |||
* | | | Merge branch '0.8.0' of github.com:gogits/gogs into develop | Unknwon | 2015-11-25 |
|\ \ \ | |||
| * | | | add unsupported migration prompt | Unknwon | 2015-11-25 |
| | | | | |||
* | | | | prepare for release | Unknwon | 2015-11-25 |
|/ / / | |||
* | | | allow admin to migrate for any user/org | Unknwon | 2015-11-25 |
| | | | |||
* | | | minor fix markdown post process | Unknwon | 2015-11-24 |
| | | | |||
* | | | more link fix | Unknwon | 2015-11-24 |
| | | | |||
* | | | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 |
| | | | |||
* | | | fix #2020 | Unknwon | 2015-11-24 |
| | | | |||
* | | | #2008 more supported git hooks | Unknwon | 2015-11-24 |
| | | | |||
* | | | print error log to client side when dev mode | Unknwon | 2015-11-23 |
| | | | |||
* | | | #1681 some fixes for builtin SSH server on Windows | Unknwon | 2015-11-23 |
| | | | |||
* | | | some fix to #2026 | Unknwon | 2015-11-23 |
| | | | |||
* | | | Merge pull request #2024 from andreynering/dropzone-allow-all-files | Unknwon | 2015-11-23 |
|\ \ \ | | | | | | | | | Fixing Dropzone should accept all files when config is "*/*". | ||
| * | | | Fixing Dropzone should accept all files when config is "*/*". | Andrey Nering | 2015-11-23 |
|/ / / | |||
* | / | more HTTP clone word fix | Unknwon | 2015-11-22 |
| |/ |/| | |||
* | | fix #2013 | Unknwon | 2015-11-22 |
| | | |||
* | | minor JS fix | Unknwon | 2015-11-22 |
| | | |||
* | | fix #650 | Unknwon | 2015-11-22 |
| | | |||
* | | upgrade libs | Unknwon | 2015-11-21 |
| | | |||
* | | fix possible panic | Unknwon | 2015-11-21 |
| | | |||
* | | fix incorrect | Unknwon | 2015-11-21 |
| | | |||
* | | add some log | Unknwon | 2015-11-21 |
| | | |||
* | | remove tags redis and memcache | Unknwon | 2015-11-21 |
| | | |||
* | | prepare for release | Unknwon | 2015-11-21 |
| | | |||
* | | update locales | Unknwon | 2015-11-21 |
| | |