summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Move graveyard list to stdout where it belongs, fix up testsDaniel Silverstone2016-12-031-1/+1
|
* Fix information leak in rename command, enable the tests for that, disable a ↵Daniel Silverstone2016-11-131-13/+10
| | | | test which now shouldn't pass
* i18n work for gitano.utilDaniel Silverstone2016-11-051-22/+30
|
* Soft-load the gitano.util moduleDaniel Silverstone2016-11-051-3/+9
|
* I18N messages for supple moduleDaniel Silverstone2016-11-051-10/+9
|
* Internationalisation of repository moduleDaniel Silverstone2016-11-051-51/+57
|
* Added i18n for plugin moduleDaniel Silverstone2016-11-051-8/+10
|
* i18n for the gitano.lace moduleDaniel Silverstone2016-11-051-7/+7
|
* Extract messages from config.luaDaniel Silverstone2016-11-051-28/+35
|
* Update auth.lua with i18n tokensDaniel Silverstone2016-11-051-12/+14
|
* Remove legacy support for http_get and http.get/http.post in the supple ↵Daniel Silverstone2016-11-051-13/+0
| | | | environment
* Messages from actions.luaDaniel Silverstone2016-11-051-4/+5
|
* Remove owner fromthe lace contextDaniel Silverstone2016-10-252-6/+1
|
* Provide is, {start,end}s{,with}, with auto-inversion; and 'not' without; as ↵v0.1Daniel Silverstone2016-10-041-0/+11
| | | | lace match types
* Remove automatic user/group because we now have [user exact ...] stuffDaniel Silverstone2016-10-041-22/+0
|
* Fix up simple_match to remove legacy operationDaniel Silverstone2016-09-241-23/+7
|
* copy: Don't leak the existence of repositoriesRichard Maw2016-09-241-8/+10
| | | | | | | | | | | | | | | Previously copy would report that the target existed before running ACLs. While saving a bunch of effort by reporting this early, this means you can see if a repository exists by copying to it even if you haven't got read access to the repository. This is now changed to only report that after the writability check. This has been moved to before the creation check since for the sake of error reporting we should check in order of ascending privilege, and post-write-check is the earliest we can reveal the repository's existence.
* Ensure we use the pid when preparing new versions of files to prevent race ↵Daniel Silverstone2016-09-241-6/+6
| | | | condition
* REPO: Add check_signature method and export to suppleDaniel Silverstone2016-09-242-0/+48
|
* KEYRING: Support the rest of the keyring subcommandsDaniel Silverstone2016-09-241-3/+283
|
* UTIL: Add temporary file supportDaniel Silverstone2016-09-241-0/+17
|
* Fix inconsistent indentation for recent commitsRichard Maw2016-09-241-1/+1
| | | | | We're inconsistent in general for indentation with tabs, but that's a much wider change.
* KEYRING: Add keyring command and associated gubbinsDaniel Silverstone2016-09-242-0/+130
| | | | | | This adds lace interfaces for the keyring command, a basic keyring command with list, create, destroy, and a yarn for it, along with some defines in the skel ready for user rules.
* CONFIG: Ensure keyrings aren't unexpectedly copiedDaniel Silverstone2016-09-241-2/+3
|
* LACE: Provide new/old object data (incl. type and sign state) to laceDaniel Silverstone2016-09-241-0/+3
|
* CONFIG: Add basic support for keyrings into configDaniel Silverstone2016-09-241-0/+24
|
* Initial i18n/l10n of gitano-setupDaniel Silverstone2016-08-272-6/+96
|
* Basic i18n moduleDaniel Silverstone2016-08-272-0/+30
|
* Remove set-head and set-description since config has been able to set these ↵Daniel Silverstone2016-08-201-86/+0
| | | | for ages
* Remove mention of set-ownerDaniel Silverstone2016-08-201-1/+2
|
* Remove set-owner and ensure setting project.owner gets validatedDaniel Silverstone2016-08-201-52/+7
|
* Allow --force as token textDaniel Silverstone2016-05-302-9/+18
|
* Ensure curl operations are pcall'dDaniel Silverstone2016-05-301-1/+8
|
* Ensure user add and group add validate their inputs. Fixes ↵Daniel Silverstone2016-05-301-0/+8
| | | | https://trello.com/c/mLGNXKdo/165-group-add-allows-slashes-which-are-not-valid
* Merge remote-tracking branch 'rmaw/config'Daniel Silverstone2016-02-023-14/+32
|\ | | | | | | Reviewed-By: Daniel Silverstone <dsilvers@digital-scurf.org>
| * gitano.repository.git_command: Handle shallowUpdate configRichard Maw2016-01-131-0/+17
| | | | | | | | | | | | | | If the repository is configured with git.receive.shallowUpdate (as set by `gitanocmd config set git.receive.shallowUpdate true`) then git will be run with receive.shallowUpdate set, which allows shallow commits to be pushed.
| * Call git commands through repo:git_command()Richard Maw2016-01-132-14/+8
| |
| * gitano.repository: Add git_command() methodRichard Maw2016-01-111-0/+7
| | | | | | | | | | | | | | This takes a git command to run, minus the "git" argument. The intention is that if it needs to insert config options, then they can all be done in one place.
* | util.copy_dir: Make more tolerant to DT_UNKNOWNRichard Maw2016-01-051-19/+19
|/
* Of course, we might rename the orig user tooDaniel Silverstone2015-11-061-0/+3
|
* Try and make detection of lack of repository somewhat automaticDaniel Silverstone2015-11-052-1/+4
|
* Warn about dangling HEAD following a successful pushDaniel Silverstone2015-11-051-1/+8
|
* Ensure you can write before copy is permitted to proceedDaniel Silverstone2015-11-051-1/+8
|
* Fix up set_head set_description and set_readme to thread committerDaniel Silverstone2015-11-051-3/+3
|
* Fix up calls to set_ownerDaniel Silverstone2015-11-052-3/+3
|
* Ensure uses of repo:save_admin() propagate author and committerDaniel Silverstone2015-11-052-10/+14
|
* Support committing to adminrefs with author/committer differentDaniel Silverstone2015-11-051-7/+11
|
* Thread the old user context through cleanlyDaniel Silverstone2015-11-051-1/+2
|
* Support passing the committer for user and group and sshkey commandsDaniel Silverstone2015-11-052-3/+4
|
* Support author and committerDaniel Silverstone2015-11-051-7/+12
|