]> git.mxchange.org Git - friendica.git/log
friendica.git
4 years agoRemove duplicate profile_uid key in App->profile array
Hypolite Petovan [Sun, 3 Nov 2019 01:19:42 +0000 (21:19 -0400)]
Remove duplicate profile_uid key in App->profile array

4 years agoRemove multi profiles feature
Hypolite Petovan [Sun, 27 Oct 2019 14:09:38 +0000 (10:09 -0400)]
Remove multi profiles feature

- Remove mod/profperm
- Remove additional feature
- Remove profile visibility on contact page
- Remove profile list templates

4 years agoMove Module\Profile to Module\Profile\Index
Hypolite Petovan [Sun, 27 Oct 2019 14:08:14 +0000 (10:08 -0400)]
Move Module\Profile to Module\Profile\Index

- Move /profiles to Module\Settings\Profile\Index

4 years agoMerge pull request #8150 from nupplaphil/task/prepare_enotify
Hypolite Petovan [Wed, 22 Jan 2020 19:18:59 +0000 (14:18 -0500)]
Merge pull request #8150 from nupplaphil/task/prepare_enotify

Prepare Model\Notify for include/enotify.php (Part 1)

4 years agoRevert Repo::select()/selectFirst() changes
nupplaPhil [Wed, 22 Jan 2020 19:28:56 +0000 (20:28 +0100)]
Revert Repo::select()/selectFirst() changes

4 years agoMerge pull request #8154 from nupplaphil/bug/7998-redirect
Hypolite Petovan [Wed, 22 Jan 2020 18:50:19 +0000 (13:50 -0500)]
Merge pull request #8154 from nupplaphil/bug/7998-redirect

Make non-deterministic redirect for redir.php dynamic

4 years agoMake non-deterministic redirect in case of unknown visitor for redir.php dynamic
nupplaPhil [Wed, 22 Jan 2020 19:34:07 +0000 (20:34 +0100)]
Make non-deterministic redirect in case of unknown visitor for redir.php dynamic

4 years agoMerge pull request #8152 from SpencerDub/patch-1
Philipp [Wed, 22 Jan 2020 07:14:10 +0000 (08:14 +0100)]
Merge pull request #8152 from SpencerDub/patch-1

Fix "accout" typo

4 years agoFix "accout" typo
SpencerDub [Wed, 22 Jan 2020 06:22:45 +0000 (22:22 -0800)]
Fix "accout" typo

4 years agoAdd properties to PermissionSet Model
nupplaPhil [Tue, 21 Jan 2020 23:22:01 +0000 (00:22 +0100)]
Add properties to PermissionSet Model

4 years agoAdd DI:: call
nupplaPhil [Tue, 21 Jan 2020 23:13:33 +0000 (00:13 +0100)]
Add DI:: call

4 years agoIntroduce "order" and "limit" argument instead of "param" array for BaseRepository...
nupplaPhil [Sun, 19 Jan 2020 22:22:30 +0000 (23:22 +0100)]
Introduce "order" and "limit" argument instead of "param" array for BaseRepository and make Repositories more Dependency Injectable

4 years agoMove "Notify::getTab()" to notification module since it's presentation layer logic
nupplaPhil [Sun, 19 Jan 2020 22:17:52 +0000 (23:17 +0100)]
Move "Notify::getTab()" to notification module since it's presentation layer logic

4 years agoMerge pull request #8149 from annando/fix-warning
Hypolite Petovan [Tue, 21 Jan 2020 19:58:32 +0000 (14:58 -0500)]
Merge pull request #8149 from annando/fix-warning

Fix: unknown variable

4 years agoFix: unknown variable
Michael [Tue, 21 Jan 2020 19:15:38 +0000 (19:15 +0000)]
Fix: unknown variable

4 years agoMerge pull request #8148 from annando/remote-comment
Philipp [Tue, 21 Jan 2020 08:27:21 +0000 (09:27 +0100)]
Merge pull request #8148 from annando/remote-comment

Remotely commenting on Peertube posts now does work

4 years agoRemotely commenting on Peertube posts now does work
Michael [Tue, 21 Jan 2020 06:26:07 +0000 (06:26 +0000)]
Remotely commenting on Peertube posts now does work

4 years agoMerge pull request #8147 from annando/fetch-post
Philipp [Mon, 20 Jan 2020 22:51:07 +0000 (23:51 +0100)]
Merge pull request #8147 from annando/fetch-post

Fix for AP posts where the URL don't match

4 years agoFix for AP posts where the URL don't match
Michael [Mon, 20 Jan 2020 22:30:34 +0000 (22:30 +0000)]
Fix for AP posts where the URL don't match

4 years agoMerge pull request #8146 from MrPetovan/task/7817-custom-fields-part-1
Philipp [Mon, 20 Jan 2020 20:26:23 +0000 (21:26 +0100)]
Merge pull request #8146 from MrPetovan/task/7817-custom-fields-part-1

New custom profile fields feature part 1: Everything but custom profile fields

4 years agoRemove superfluous variable type hint in Module\Settings\Profile\Photo\Index
Hypolite Petovan [Mon, 20 Jan 2020 18:28:41 +0000 (13:28 -0500)]
Remove superfluous variable type hint in Module\Settings\Profile\Photo\Index

4 years agoAdd trace for admin in exceptionpages
Hypolite Petovan [Sun, 19 Jan 2020 14:40:56 +0000 (09:40 -0500)]
Add trace for admin in exceptionpages

- Fix exception message not showing on raw exception page

4 years agoClarify update.php doc and mention Database\PostUpdate
Hypolite Petovan [Sun, 19 Jan 2020 14:24:46 +0000 (09:24 -0500)]
Clarify update.php doc and mention Database\PostUpdate

4 years agoFix birthday display and setting
Hypolite Petovan [Thu, 16 Jan 2020 03:35:30 +0000 (22:35 -0500)]
Fix birthday display and setting

- Add new translation string

4 years agoMove Permission Set over to DDD
Hypolite Petovan [Tue, 14 Jan 2020 03:20:18 +0000 (22:20 -0500)]
Move Permission Set over to DDD

- Add Permission Set Repository, Model and Collection
- Mark static PermissionSet method as deprecated

4 years agoImprove Base collection, model and repository
Hypolite Petovan [Tue, 14 Jan 2020 03:18:45 +0000 (22:18 -0500)]
Improve Base collection, model and repository

- Add collection pipeline methods
- Add save collection method

4 years agoEnable Model lazy updating based on only the changed data
Hypolite Petovan [Tue, 14 Jan 2020 02:58:19 +0000 (21:58 -0500)]
Enable Model lazy updating based on only the changed data

- Simplify update decision in Database

4 years agoAdd "Yourself" ACL choice and allow multiple ACL selectors on a single page
Hypolite Petovan [Tue, 14 Jan 2020 02:58:01 +0000 (21:58 -0500)]
Add "Yourself" ACL choice and allow multiple ACL selectors on a single page

4 years agoEnable meta groups in Model\Group::getIdsByContactId
Hypolite Petovan [Fri, 8 Nov 2019 03:02:34 +0000 (22:02 -0500)]
Enable meta groups in Model\Group::getIdsByContactId

- Don't return early if contact isn't part of any group in PermissionSet::get

4 years agoRename PermissionSet::fetchIDForPost to PermissionSet::getIdFromACL
Hypolite Petovan [Tue, 5 Nov 2019 13:27:22 +0000 (08:27 -0500)]
Rename PermissionSet::fetchIDForPost to PermissionSet::getIdFromACL

- Allow creating/retrieving a permission set id with arbitrary parameters
- Rename ACLformatter->sanitize to ACLFormatter->sanitizeItem
- Move PermissionSet::sortPermissions to ACLformatter->sanitize

4 years agoNormalize the return value type of Session::getRemoteContactID
Hypolite Petovan [Tue, 5 Nov 2019 13:21:18 +0000 (08:21 -0500)]
Normalize the return value type of Session::getRemoteContactID

4 years agoImprove ForumManager::profileAdvanced logic
Hypolite Petovan [Tue, 5 Nov 2019 13:20:27 +0000 (08:20 -0500)]
Improve ForumManager::profileAdvanced logic

4 years agoRemove duplicate profile_uid key in App->profile array
Hypolite Petovan [Sun, 3 Nov 2019 01:19:42 +0000 (21:19 -0400)]
Remove duplicate profile_uid key in App->profile array

4 years agoMove profile-related templates to sub-folder
Hypolite Petovan [Sun, 27 Oct 2019 14:09:00 +0000 (10:09 -0400)]
Move profile-related templates to sub-folder

4 years agoMove /profile_photo to Module\Settings\Profile\Photo
Hypolite Petovan [Sun, 27 Oct 2019 13:56:27 +0000 (09:56 -0400)]
Move /profile_photo to Module\Settings\Profile\Photo

4 years agoMerge pull request #8144 from tobiasd/20200120-msg
Philipp [Mon, 20 Jan 2020 11:21:58 +0000 (12:21 +0100)]
Merge pull request #8144 from tobiasd/20200120-msg

regen messages.po

4 years agoregen messages.po
Tobias Diekershoff [Mon, 20 Jan 2020 10:15:57 +0000 (11:15 +0100)]
regen messages.po

4 years agoMerge pull request #8143 from annando/issue-8136
Philipp [Mon, 20 Jan 2020 07:35:09 +0000 (08:35 +0100)]
Merge pull request #8143 from annando/issue-8136

Issue 8136: Optical enhancements for delegation page

4 years agoIssue 8136: Optical enhancements for delegation page
Michael [Mon, 20 Jan 2020 05:05:20 +0000 (05:05 +0000)]
Issue 8136: Optical enhancements for delegation page

4 years agoMerge pull request #8142 from nupplaphil/task/di_config
Hypolite Petovan [Mon, 20 Jan 2020 03:22:57 +0000 (22:22 -0500)]
Merge pull request #8142 from nupplaphil/task/di_config

CleanUp Config namespace

4 years agoRemove unneeded Config namespace usages
nupplaPhil [Sun, 19 Jan 2020 21:50:44 +0000 (22:50 +0100)]
Remove unneeded Config namespace usages

4 years agoFix tests & Router is now using Dependency Injection instead of DI Registry
nupplaPhil [Sun, 19 Jan 2020 21:38:33 +0000 (22:38 +0100)]
Fix tests & Router is now using Dependency Injection instead of DI Registry

4 years agoShorten "PConfiguration" to "PConfig" again, since the Wrapper is gone
nupplaPhil [Sun, 19 Jan 2020 21:23:44 +0000 (22:23 +0100)]
Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone

4 years agoMerge pull request #8141 from annando/brief2
Philipp [Sun, 19 Jan 2020 21:02:08 +0000 (22:02 +0100)]
Merge pull request #8141 from annando/brief2

Removed the rest of the @brief fields

4 years agoRemoved the rest of the @brief fields
Michael [Sun, 19 Jan 2020 20:44:01 +0000 (20:44 +0000)]
Removed the rest of the @brief fields

4 years agoShorten "Configuration" to "Config" again, since the Wrapper is gone
nupplaPhil [Sun, 19 Jan 2020 20:29:36 +0000 (21:29 +0100)]
Shorten "Configuration" to "Config" again, since the Wrapper is gone

4 years agoAdd missing Friendica\DI namespace to files (PHPStorm inspection)
nupplaPhil [Sun, 19 Jan 2020 20:26:42 +0000 (21:26 +0100)]
Add missing Friendica\DI namespace to files (PHPStorm inspection)

4 years agoDelete Core\Config
nupplaPhil [Sun, 19 Jan 2020 20:23:00 +0000 (21:23 +0100)]
Delete Core\Config

4 years agoMove Config::delete() to DI::config()->delete()
nupplaPhil [Sun, 19 Jan 2020 20:22:33 +0000 (21:22 +0100)]
Move Config::delete() to DI::config()->delete()

4 years agoMove Config::set() to DI::config()->set()
nupplaPhil [Sun, 19 Jan 2020 20:21:53 +0000 (21:21 +0100)]
Move Config::set() to DI::config()->set()

4 years agoMove Config::get() to DI::config()->get()
nupplaPhil [Sun, 19 Jan 2020 20:21:13 +0000 (21:21 +0100)]
Move Config::get() to DI::config()->get()

4 years agoMove Config::load() to DI::config()->load()
nupplaPhil [Sun, 19 Jan 2020 20:20:10 +0000 (21:20 +0100)]
Move Config::load() to DI::config()->load()

4 years agoMerge pull request #8140 from annando/mail-probe
Hypolite Petovan [Sun, 19 Jan 2020 20:05:00 +0000 (15:05 -0500)]
Merge pull request #8140 from annando/mail-probe

Don't update mail contacts when polling

4 years agoDon't update mail contacts when polling
Michael [Sun, 19 Jan 2020 19:27:30 +0000 (19:27 +0000)]
Don't update mail contacts when polling

4 years agoMerge pull request #8134 from nupplaphil/task/di_l10n
Hypolite Petovan [Sun, 19 Jan 2020 16:30:19 +0000 (11:30 -0500)]
Merge pull request #8134 from nupplaphil/task/di_l10n

Cleanup L10n namespace

4 years agofix L10n path after move
nupplaPhil [Sun, 19 Jan 2020 16:11:48 +0000 (17:11 +0100)]
fix L10n path after move

4 years agoMerge pull request #8139 from MrPetovan/bug/notices
Philipp [Sun, 19 Jan 2020 15:51:07 +0000 (16:51 +0100)]
Merge pull request #8139 from MrPetovan/bug/notices

Update deprecated code

4 years agoadd missing namespaces/fix wrong class-names
nupplaPhil [Sun, 19 Jan 2020 15:29:55 +0000 (16:29 +0100)]
add missing namespaces/fix wrong class-names

4 years agofix forgotten use DI namespaces ...
nupplaPhil [Sat, 18 Jan 2020 22:00:53 +0000 (23:00 +0100)]
fix forgotten use DI namespaces ...

4 years agocleanup
nupplaPhil [Sat, 18 Jan 2020 21:38:31 +0000 (22:38 +0100)]
cleanup

4 years agoUpdate message.po
nupplaPhil [Sat, 18 Jan 2020 21:32:53 +0000 (22:32 +0100)]
Update message.po

4 years agoadapt pattern for extract command
nupplaPhil [Sat, 18 Jan 2020 21:21:30 +0000 (22:21 +0100)]
adapt pattern for extract command

4 years agocleanup namespace usages for L10n
nupplaPhil [Sat, 18 Jan 2020 21:07:07 +0000 (22:07 +0100)]
cleanup namespace usages for L10n

4 years agocleanups
nupplaPhil [Sat, 18 Jan 2020 20:01:44 +0000 (21:01 +0100)]
cleanups

4 years agoMove L10n class from L10n subdir to Core (replacing old wrapper)
nupplaPhil [Sat, 18 Jan 2020 19:59:39 +0000 (20:59 +0100)]
Move L10n class from L10n subdir to Core (replacing old wrapper)

4 years agoMove L10n::getPokeVerbs() calls to DI::l10n()->getPokeVerbs() calls
nupplaPhil [Sat, 18 Jan 2020 19:56:28 +0000 (20:56 +0100)]
Move L10n::getPokeVerbs() calls to DI::l10n()->getPokeVerbs() calls

4 years agoMove L10n::getDayShort() calls to DI::l10n()->getDayShort() calls
nupplaPhil [Sat, 18 Jan 2020 19:56:11 +0000 (20:56 +0100)]
Move L10n::getDayShort() calls to DI::l10n()->getDayShort() calls

4 years agoMove L10n::getCurrentLang() calls to DI::l10n()->getCurrentLang() calls
nupplaPhil [Sat, 18 Jan 2020 19:55:41 +0000 (20:55 +0100)]
Move L10n::getCurrentLang() calls to DI::l10n()->getCurrentLang() calls

4 years agoMove L10n::getDay() calls to DI::l10n()->getDay() calls
nupplaPhil [Sat, 18 Jan 2020 19:54:46 +0000 (20:54 +0100)]
Move L10n::getDay() calls to DI::l10n()->getDay() calls

4 years agoMove L10n::withLang() calls to DI::l10n()->withLang() calls
nupplaPhil [Sat, 18 Jan 2020 19:54:15 +0000 (20:54 +0100)]
Move L10n::withLang() calls to DI::l10n()->withLang() calls

4 years agoMove L10n::tt() calls to DI::l10n()->tt() calls
nupplaPhil [Sat, 18 Jan 2020 19:53:01 +0000 (20:53 +0100)]
Move L10n::tt() calls to DI::l10n()->tt() calls

4 years agoMove L10n::t() calls to DI::l10n()->t() calls
nupplaPhil [Sat, 18 Jan 2020 19:52:34 +0000 (20:52 +0100)]
Move L10n::t() calls to DI::l10n()->t() calls

4 years agoUpdate deprecated passing glue string after array in implode in Content\Text\HTML
Hypolite Petovan [Sun, 19 Jan 2020 15:25:18 +0000 (10:25 -0500)]
Update deprecated passing glue string after array in implode in Content\Text\HTML

4 years agoUpdate deprecated offset access syntax with curly braces in ASNValue
Hypolite Petovan [Sun, 19 Jan 2020 15:24:43 +0000 (10:24 -0500)]
Update deprecated offset access syntax with curly braces in ASNValue

4 years agoMerge pull request #8137 from annando/ap-guid
Hypolite Petovan [Sun, 19 Jan 2020 14:54:47 +0000 (09:54 -0500)]
Merge pull request #8137 from annando/ap-guid

AP: Create a GUID out of an URL

4 years agoAP: Create a GUID out of an URL
Michael [Sun, 19 Jan 2020 14:33:16 +0000 (14:33 +0000)]
AP: Create a GUID out of an URL

4 years agoMerge pull request #8135 from annando/brief
Philipp [Sun, 19 Jan 2020 11:31:02 +0000 (12:31 +0100)]
Merge pull request #8135 from annando/brief

@brief is removed completely

4 years agoMissing "*"
Michael [Sun, 19 Jan 2020 10:10:53 +0000 (10:10 +0000)]
Missing "*"

4 years agoAnd the rest of the new lines
Michael [Sun, 19 Jan 2020 09:55:28 +0000 (09:55 +0000)]
And the rest of the new lines

4 years agoSome more added lines
Michael [Sun, 19 Jan 2020 09:51:37 +0000 (09:51 +0000)]
Some more added lines

4 years agoImproved formatting
Michael [Sun, 19 Jan 2020 09:46:31 +0000 (09:46 +0000)]
Improved formatting

4 years ago@brief is removed completely
Michael [Sun, 19 Jan 2020 06:05:23 +0000 (06:05 +0000)]
@brief is removed completely

4 years agoAdd missing use Friendica\DI statement in Util\Emailer
Hypolite Petovan [Sat, 18 Jan 2020 21:28:42 +0000 (16:28 -0500)]
Add missing use Friendica\DI statement in Util\Emailer

4 years agoMerge pull request #8133 from annando/brief
Philipp [Sat, 18 Jan 2020 20:48:04 +0000 (21:48 +0100)]
Merge pull request #8133 from annando/brief

Remove @brief in DBA.php

4 years agoRemove @brief in DBA.php
Michael [Sat, 18 Jan 2020 20:33:20 +0000 (20:33 +0000)]
Remove @brief in DBA.php

4 years agoMerge pull request #8131 from nupplaphil/task/cleanup_lock
Hypolite Petovan [Sat, 18 Jan 2020 19:13:14 +0000 (14:13 -0500)]
Merge pull request #8131 from nupplaphil/task/cleanup_lock

CleanUp Lock namespace

4 years agoCleanUp Lock namespace
nupplaPhil [Sat, 18 Jan 2020 19:15:46 +0000 (20:15 +0100)]
CleanUp Lock namespace
- introduce enum Lock - "Type"
- Move Lock/Lock to BaseLock

4 years agoMerge pull request #8132 from annando/child-user
Hypolite Petovan [Sat, 18 Jan 2020 19:00:48 +0000 (14:00 -0500)]
Merge pull request #8132 from annando/child-user

Fix: You can now register an account when you haven't done it before

4 years agoMerge pull request #8130 from nupplaphil/task/di_pconfig
Hypolite Petovan [Sat, 18 Jan 2020 18:57:57 +0000 (13:57 -0500)]
Merge pull request #8130 from nupplaphil/task/di_pconfig

Move PConfig to DI::pConfig()

4 years agoFix: You can now register an account when you haven't done it before
Michael [Sat, 18 Jan 2020 18:40:48 +0000 (18:40 +0000)]
Fix: You can now register an account when you haven't done it before

4 years agoRemove unused `use` statements & remove PConfig class
nupplaPhil [Sat, 18 Jan 2020 16:02:59 +0000 (17:02 +0100)]
Remove unused `use` statements & remove PConfig class

4 years agoMove PConfig::delete() to DI::pConfig()->delete()
nupplaPhil [Sat, 18 Jan 2020 15:56:46 +0000 (16:56 +0100)]
Move PConfig::delete() to DI::pConfig()->delete()

4 years agoMove PConfig::set() to DI::pConfig()->set()
nupplaPhil [Sat, 18 Jan 2020 15:54:50 +0000 (16:54 +0100)]
Move PConfig::set() to DI::pConfig()->set()

4 years agoMove PConfig::get() to DI::pConfig()->get()
nupplaPhil [Sat, 18 Jan 2020 15:50:57 +0000 (16:50 +0100)]
Move PConfig::get() to DI::pConfig()->get()

4 years agoMove PConfig::load() to DI::pConfig()->load()
nupplaPhil [Sat, 18 Jan 2020 14:59:01 +0000 (15:59 +0100)]
Move PConfig::load() to DI::pConfig()->load()

4 years agoMerge pull request #8129 from nupplaphil/task/cleanup_cache
Hypolite Petovan [Sat, 18 Jan 2020 14:09:47 +0000 (09:09 -0500)]
Merge pull request #8129 from nupplaphil/task/cleanup_cache

CleanUp Cache namespace

4 years agoCleanUp Cache namespace
nupplaPhil [Sat, 18 Jan 2020 14:41:19 +0000 (15:41 +0100)]
CleanUp Cache namespace
- Introduce enum "Duration"
- Introduce enum "Type"
- Move "Cache\Cache" to "BaseCache"

4 years agoMerge pull request #8128 from nupplaphil/task/di_static_methods
Hypolite Petovan [Sat, 18 Jan 2020 13:22:29 +0000 (08:22 -0500)]
Merge pull request #8128 from nupplaphil/task/di_static_methods

Refactor DI annotations to static methods

4 years agoMerge pull request #8122 from annando/additional
Hypolite Petovan [Sat, 18 Jan 2020 13:21:17 +0000 (08:21 -0500)]
Merge pull request #8122 from annando/additional

Additional accounts can now be created easily

4 years agoFix tests (remove superfluous second parameter)
nupplaPhil [Sat, 18 Jan 2020 12:48:29 +0000 (13:48 +0100)]
Fix tests (remove superfluous second parameter)