Commit Graph

36 Commits

Author SHA1 Message Date
Martin Kleinschrodt 5af036079d Update branch name ist test badge 2022-07-25 13:57:16 +02:00
Martin Kleinschrodt 29435ce970 Missed a word or two 2022-02-25 16:39:04 +01:00
Martin Kleinschrodt 83362a6511 Add pwa readme 2022-02-25 16:25:33 +01:00
Martin Kleinschrodt 2b5b957a58 Automatically wrap lines in markdown files at 80 characters 2022-02-25 16:25:33 +01:00
Martin Kleinschrodt 589ffeaf49 Update main readme; Add AGPL license; add shorter/better aliases for some commands 2022-02-25 16:25:33 +01:00
Bruno Bernardino 1589b05baa
CI: Full Release (#376)
* CI: Full Release

This implements a full release action that takes care of creating a tag, release, then building and uploading builds for all targets.
2022-01-17 17:32:21 +00:00
Bruno Bernardino 50ae105b45
A few improvements, requested from the review:
- File reading is now happening later in the process;
- File reading now reuses methods from `core/attachment`;
- Errors thrown in the import now include an error message;
- Adds prettier command to "prettify" all files;
- Adds prettier command to check for files not conforming to prettier's config;
- Makes CI run the prettier:check command;
- Changes `export const method = () => {};` to `export function method() {}` in the `1pux-parser` file;
- Other minor consistency changes/fixes/improvements;
- Actually ran prettier on every file, and it had a lot of things to tweak.
2021-12-20 15:01:25 +00:00
Bruno Bernardino db18adf7fd
Addresses review requests
- Brings 1pux-to-csv important types and functions inline
- Doesn't try to parse 1pux file unless it matches the extension
- Move reading of file to a bit later
- Improves "add dependency" command
- Adds "remove dependency" command
2021-12-18 10:56:28 +00:00
Bruno Bernardino 1e9db8028c
Add CI - Run Tests (v4)
This makes it so that on every push (includes PRs), dependencies and tests run on GitHub Actions.

It also adds a small badge reporting the latest push/run on the `v4` branch.

Fixes #321
2021-12-15 15:07:38 +00:00
Martin Kleinschrodt d4b03558dc Add experimental tauri package 2020-07-19 17:50:05 +02:00
Giancarlos Salas 1622784f11 Add option to use secure connection in mailing 2020-04-15 17:24:43 +02:00
Martin Kleinschrodt d1209081a2 Server: add logging 2019-11-17 08:09:42 +01:00
Martin Kleinschrodt 7e1899cc66 Implement consistent defaults for configuration variables
Update npm scripts
Update readme
2019-11-01 14:39:00 +01:00
Martin Kleinschrodt d4c501afa3 Update readme 2019-10-12 20:33:53 +02:00
Martin Kleinschrodt af8c9e8135 Update link to security white paper 2019-04-19 18:15:49 +02:00
Martin Kleinschrodt c3b1617b2e Update readme 2018-12-11 20:44:22 +01:00
Kent Shikama 7690514b39 Update README.md
See https://github.com/MaKleSoft/padlock/issues/103
2017-08-12 01:49:32 +02:00
Martin Kleinschrodt 0ae87a9a28 Add note to readme about running `cordova prepare` once before any other cordova commands 2017-07-28 20:17:22 +02:00
Martin Kleinschrodt 0c40328686 Update 'contribute' section in readme 2017-06-18 21:52:24 +02:00
Martin Kleinschrodt c74662eacb Fix typo, wording 2017-06-18 21:49:15 +02:00
Martin Kleinschrodt b081901bca Update readme with build instructions 2017-06-18 21:44:01 +02:00
Martin Kleinschrodt d2a97a3966 Update readme with improved documentation on running/testing the app 2017-06-18 16:41:04 +02:00
Martin Kleinschrodt a1768626bb Allow 1 empty line at beginning of file; add listing to `npm run test` command 2017-06-16 12:35:11 +02:00
Martin Kleinschrodt 1257883c47 Clean up, simplify and properly document build process
Expose dev commands via `npm run` interface
2017-06-16 11:48:25 +02:00
Azeem Bande-Ali a7aea44e57 Use `npm run <cmd>` for various dev actions
Looks like `gulp eslint` was already broken. While fixing that, I also
removed the need to have gulp installed globally. Instead we can use
npm scripts section to run the same commands.
2017-06-14 11:51:42 +02:00
Sebastian 8148914f09 Typo in README.md
Just stumbled over your project and found this typo.
2016-08-09 19:38:07 +02:00
Martin Kleinschrodt 9ac0d31fb5 Update readme 2016-08-07 12:55:51 +02:00
Connor McFarlane e879d7dfbb Fixed typo in README.md
Replaced "pyhon" with "python".
2015-10-08 15:41:24 +01:00
Martin Kleinschrodt 8a4b1943e3 Update readme file 2015-09-21 10:39:36 +03:00
Duke 6b9dabd42c fix typo Closes #8 2015-07-26 23:28:15 -03:00
Martin Kleinschrodt 9faa104e6b Update readme 2014-08-04 22:07:45 +02:00
Martin Kleinschrodt 5a10e1cc31 Remove link to live demo from readme; Remove cloud sync from todo list 2014-04-26 18:27:41 +02:00
Martin Kleinschrodt fa1726999d Update readme 2014-03-04 21:10:54 +01:00
Martin Kleinschrodt 02dcda64d8 Update readme with link to live demo 2014-02-10 08:20:35 +01:00
Martin Kleinschrodt ecd39c6932 Update readme 2014-02-07 15:47:32 +01:00
Martin Kleinschrodt 33dac41772 initial commit 2013-11-10 22:13:06 +01:00