]> git.mxchange.org Git - friendica.git/history - src/Console/User.php
Check return values with empty()
[friendica.git] / src / Console / User.php
2021-05-02 Matthew ExonCheck return values with empty()
2021-05-02 Matthew ExonRemove database dependency from user console command
2021-05-02 Matthew ExonFix console user config set command
2021-04-29 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-04-29 Tobias DiekershoffMerge pull request #10178 from nupplaphil/fix/10174
2021-04-28 PhilippFix PHP-Code-Style
2021-04-28 PhilippFixed new "user config" console feature
2021-04-27 Hypolite PetovanMerge pull request #10174 from mexon/mat/user-config...
2021-04-27 Matthew ExonAdd "user config" console command to administer user...
2021-04-26 Hypolite PetovanMerge pull request #10166 from mexon/mat/refactor-user...
2021-04-26 Tobias DiekershoffMerge branch 'develop' of https://github.com/friendica...
2021-04-25 Matthew ExonRefactor user console command to re-use common code
2021-03-29 Hypolite PetovanMerge pull request #10093 from urbalazs/copyright-2021
2021-03-29 Balázs ÚrMerge branch '2021.03-rc' into copyright-2021
2021-03-29 Balázs ÚrUpdate copyright
2021-01-12 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-09-20 Tobias DiekershoffMerge branch '2020.09-rc' into stable
2020-09-08 Hypolite PetovanMerge branch 'bug/phpinfo-accessible-hotfix' into 2020...
2020-09-08 Hypolite PetovanMerge branch 'bug/phpinfo-accessible-hotfix' into develop
2020-08-26 Hypolite PetovanMerge pull request #9073 from annando/foreign-2
2020-08-26 Michael VogelMerge pull request #9074 from tobiasd/20200826-consoleU...
2020-08-26 Tobias Diekershoffchange the search subcommand so that it fits the docume...
2020-08-17 realkinetixMerge pull request #1 from friendica/develop
2020-07-12 Tobias DiekershoffMerge branch '2020.06-rc' into stable
2020-07-12 Tobias DiekershoffMerge pull request #8819 from tobiasd/2020.06-CHANGELOG
2020-07-12 Tobias DiekershoffMerge pull request #8812 from tobiasd/2020.06-credits
2020-07-07 Hypolite PetovanMerge pull request #8851 from annando/issue-8844
2020-07-07 Michael VogelMerge pull request #8849 from MrPetovan/task/8846-conso...
2020-07-06 Hypolite PetovanRename -q option to -y for user delete console command
2020-05-10 Hypolite PetovanMerge pull request #8616 from annando/annando/issue8614
2020-05-09 Hypolite PetovanMerge pull request #8611 from annando/issue-8610
2020-05-09 Hypolite PetovanMerge pull request #8615 from annando/verb
2020-05-09 Michael VogelMerge pull request #8613 from MrPetovan/bug/8612-consol...
2020-05-09 Hypolite PetovanSkip user removal if it's already been removed in Conso...
2020-04-27 MichaelMerge branch 'develop' of github.com:annando/friendica...
2020-04-26 Hypolite PetovanMerge pull request #8545 from nupplaphil/bug/subdir
2020-04-26 Hypolite PetovanMerge pull request #8537 from annando/views
2020-04-26 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-25 MichaelDuplicated fields renamed
2020-03-09 Tobias DiekershoffMerge pull request #8388 from annando/fetch
2020-03-03 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-03-02 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-03-02 Hypolite PetovanMerge pull request #8350 from nupplaphil/bug/8342_not_link
2020-02-29 Hypolite PetovanMerge pull request #8324 from nupplaphil/feat/8245...
2020-02-29 nupplaPhilRename method name
2020-02-29 nupplaPhilImprove start/count parameter
2020-02-29 nupplaPhilAdd basic search
2020-02-29 nupplaPhilMore list sub commands
2020-02-29 nupplaPhilAdd list command
2020-02-29 nupplaPhilAdd "User::remove()" to console command
2020-02-29 nupplaPhilAdd "User::block()" to console command
2020-02-29 nupplaPhilMove "User::deny()" to own method and update usages
2020-02-29 nupplaPhilMove "User::allow()" to own method and update usages
2020-02-29 nupplaPhilAdd new possibility to add a user per console
2020-02-29 nupplaPhilMove "NewPassword" to a common "user" console command