Commit graph

983 commits

Author SHA1 Message Date
veeso 15d13af7d5 wip 2021-06-20 11:00:31 +02:00
Christian Visintin 3df8ed13a4
Merge pull request #41 from veeso/open-rs
Open-rs
2021-06-19 15:35:48 +02:00
veeso 5a4a364250 Fixed windows dying when opening text files 2021-06-19 15:06:49 +02:00
veeso 00bee04c2c open-rs fixes 2021-06-19 15:03:56 +02:00
veeso 4475e8c24c 0.5.1 ready 2021-06-19 13:44:38 +02:00
veeso 5a49987338 acceptance tests in PR 2021-06-18 14:31:11 +02:00
Christian Visintin 76f1f1dcf3
Merge pull request #51 from veeso/issue-38-transfer-size-is-wrong-when-transferring-selected-files
Fixed transfer size when sending multiple entries
2021-06-18 14:30:12 +02:00
veeso 0175cfbfb6 Code enhancements 2021-06-18 14:22:35 +02:00
veeso 48483a5c99 Unique function to send and receive files in session.rs via TransferPayload. Fixed transfer size when sending multiple entries 2021-06-18 13:02:04 +02:00
Christian Visintin 71e4cc9413
Merge pull request #50 from veeso/known-size-for-layouts
Window too small error message
2021-06-16 22:19:01 +02:00
veeso a00c0117a2 If the terminal window has less than 24 lines, then an error message is displayed in the auth activity 2021-06-16 22:00:28 +02:00
veeso c1bc81c664 typo 2021-06-16 17:48:42 +02:00
Christian Visintin 1b7ef30a50
Merge pull request #49 from veeso/status-bar-v2
Status bar improvements
2021-06-16 14:07:58 +02:00
veeso efad2b96db Status bar improvements: 'Show hidden files' in status bar; Status bar is has now been splitted into two, one for each explorer tab 2021-06-16 13:57:11 +02:00
Christian Visintin 56a200499e
Merge pull request #46 from veeso/github-actions-containers
GitHub actions containers
2021-06-15 17:59:54 +02:00
veeso 1c58f1d623 Use containers to test file transfers
Use containers to test file transfers

Container setup

Container setup

tests with docker-compose

these tests won't work with containers

ftp tests with containers; removed crap servers; tests only lib

hostname for github

booooooh

fixed recursive remove FTP

Use containers to test file transfers

Container setup

Container setup

tests with docker-compose

these tests won't work with containers

ftp tests with containers; removed crap servers; tests only lib

hostname for github

booooooh

fixed recursive remove FTP

fixed rename

changelog

Desperate attempt

Fixed ftp tests; migrated sftp tests to containers; use env for services

github actions are just broken imo

github actions are just broken imo

Don't use services, since they just don't fuckin work...

docker compose not supported yet?

deprecated typo

Now explain this: github actions have services (which don't work) and then you find out docker-compose is already installed *BLOWMIND*

Fixed hostname for tests

scp tests

maybe

tests

wtf

Restored host tests

Changelog

Improving coverage

Improving coverage

Restored coverage task

More tests for file transfers; test ssh keys too

typo

tests; code improvements

Use tests helpers

fixed tempdir

fixed tempdir
2021-06-15 17:51:06 +02:00
veeso 6cdd56e22f changelog 2021-06-13 10:20:16 +02:00
Christian Visintin 53acb847bc
Merge pull request #47 from veeso/issue-44-ftp-cant-move-files-to-other-directories
Ftp: cant move files to other directories
2021-06-13 10:20:00 +02:00
veeso 2b006457c7 fixed rename 2021-06-13 10:10:04 +02:00
Christian Visintin fbc1672e3d
Merge pull request #45 from veeso/issue-43-unable-to-remove-non-empty-directories-ftp
fixed recursive remove FTP
2021-06-13 10:04:51 +02:00
veeso 542123ce04 fixed recursive remove FTP 2021-06-13 09:47:17 +02:00
Christian Visintin 59eb7f7935
Merge pull request #42 from veeso/issue-37-progress-bar-not-visible-when-editing-remote-files
Fixed progress bar not visible when editing remote files
2021-06-12 15:33:11 +02:00
veeso 74482d6e2c Fixed progress bar not visible when editing remote files; moved edit and tricky_copy to actions; added new function recv/send one 2021-06-12 14:36:01 +02:00
Christian Visintin 529ac2f778
Merge pull request #40 from veeso/issue-39-help-window-content-is-not-fully-visible
Help panels as ScrollTable
2021-06-12 09:27:05 +02:00
veeso b73c3228e4 manual 2021-06-12 09:26:33 +02:00
veeso 26f7c1f9d1 Help panels as ScrollTable to allow displaying entire content on small screens 2021-06-12 09:05:02 +02:00
veeso f078232499 tui-realm 0.4.1 2021-06-11 15:32:45 +02:00
veeso 8cd91f6df3 tui-realm 0.3.2 2021-06-11 15:31:33 +02:00
veeso 5670c0f975 0.5.1 setup 2021-06-11 15:28:14 +02:00
veeso 99d4177e89 changelog 2021-06-11 15:20:49 +02:00
veeso d07b1c86be tui-realm 0.4.1 2021-06-11 14:48:38 +02:00
veeso fe494c52b1 Clear screen once opened file, to prevent crap on stderr 2021-06-11 14:46:20 +02:00
veeso bc50328006 open-rs docs 2021-06-11 13:01:28 +02:00
veeso 90afe204b1 Open files with <V>; fixed cache file names 2021-06-11 09:52:50 +02:00
veeso d981b77ed7 Working on open 2021-06-10 22:36:29 +02:00
veeso 541a9a55b5 Handle shift enter (file list) 2021-06-10 20:55:12 +02:00
veeso cd3fc15bcb Fmt symlink with len 48 in found dialog 2021-06-10 12:16:48 +02:00
veeso 4e50038b41 Open file with 2021-06-10 12:14:09 +02:00
veeso a8354ee38f Open file on <SUBMIT> 2021-06-10 11:08:17 +02:00
veeso c4907c8ce5 Added open-rs to deps 2021-06-07 22:28:52 +02:00
veeso 3c3c680b00 tui-realm 0.4.0 2021-06-07 22:09:33 +02:00
veeso 3a32f45334 tui-realm 0.3.2 2021-06-06 14:19:20 +02:00
veeso 8e1843f90b Working on 0.6.0 2021-06-02 22:32:52 +02:00
veeso dc01de98dc Defined summer update 2021-06-01 17:10:25 +02:00
Christian Visintin 971061d231
Fixed AUR pub workflow
See <https://github.com/KSXGitHub/github-actions-deploy-aur/issues/15>
2021-05-24 11:09:56 +02:00
veeso d04dd831e4 README 2021-05-23 15:56:18 +02:00
Christian Visintin 8dcfda9787
Merge pull request #35 from veeso/imgbot
[ImgBot] Optimize images
2021-05-23 15:53:56 +02:00
veeso c938021bef AUR pkgs 2021-05-23 15:52:18 +02:00
ImgBotApp 3fcf0fb72a
[ImgBot] Optimize images
*Total -- 3,507.59kb -> 2,729.63kb (22.18%)

/assets/images/config.gif -- 453.13kb -> 313.39kb (30.84%)
/assets/images/explorer.gif -- 2,764.58kb -> 2,185.64kb (20.94%)
/assets/images/bookmarks.gif -- 289.89kb -> 230.60kb (20.45%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-05-23 13:46:14 +00:00
veeso e99406fbe4 Merged 0.5.0 into main 2021-05-23 15:45:04 +02:00