Armando Lüscher

Results 62 issues of Armando Lüscher

As it is now, if the difference between two databases is a renamed table, this library will delete the old and recreate the new one, losing all the data. It...

help wanted

I don't use the Google Play Store and Boost isn't available yet on F-Droid, so I was wondering if there is a place we can directly download the APK file...

mobile :iphone:
assigned to core :supervillain:

### Steps to reproduce 1. Before logging in to the extension, open the page you want to log in to 2. Note that the extension hasn't loaded the blue flags...

Proof of concept to allow easy database migrations using Phinx. Before anything like this gets merged into core, we really should think about a centralised config management, like using [phpdotenv](https://github.com/vlucas/phpdotenv/)...

enhancement
feature request

Use SQL internal data instead of PHP generated timestamps: ```sql `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, ``` :exclamation: Note, the date/time...

Implement some more useful tests, especially actually sending stuff, to make sure that everything works correctly. (Similar but more extensively than [the manager](https://github.com/php-telegram-bot/telegram-bot-manager/blob/6afdb0b167a85d3c3a2c34192bf3a6e614ef2b6f/tests/BotManagerTest.php#L470))

enhancement

Similar to what I've done in the Manager, it would be really great to have an "official" CLI to manage and control the bot. Some features that I think could...

As @chuv1 has reported in the support group some time back, there is an issue with the `modified_at` date saved for the user being inserted to the DB. It seems...

feature request

This issue is intended to be a todo list of the main code refactoring and redesigning that should preferably be completed before a stable version gets released. Each item on...

code design
feature request

I've been putting a lot of thought into redesigning the conversations and how we could make it easier for users to create totally customised conversations. Here's what I've come up...

code design
feature request