Hypolite Petovan
|
6657cf7bb1
|
Rework profile setting page with custom fields
|
2020-01-22 19:42:35 -05:00 |
|
Hypolite Petovan
|
d475cb5028
|
Replace advanced profile display with custom profile fields
- Merge all profile/advanced.tpl theme templates into profile/index.tpl
- Remove obsolete Model\Profile::getAdvanced method
|
2020-01-22 19:42:34 -05:00 |
|
Hypolite Petovan
|
f6f4cbab9d
|
Remove multi profiles feature
- Remove mod/profperm
- Remove additional feature
- Remove profile visibility on contact page
- Remove profile list templates
|
2020-01-22 19:42:33 -05:00 |
|
Hypolite Petovan
|
d1be68b754
|
Move Module\Profile to Module\Profile\Index
- Move /profiles to Module\Settings\Profile\Index
|
2020-01-22 19:42:32 -05:00 |
|
Hypolite Petovan
|
6d7f0a6fd8
|
Remove duplicate profile_uid key in App->profile array
|
2020-01-20 07:32:46 -05:00 |
|
Hypolite Petovan
|
9803c96db4
|
Move profile-related templates to sub-folder
|
2020-01-20 07:27:14 -05:00 |
|
Hypolite Petovan
|
0d1befdf2d
|
Move /profile_photo to Module\Settings\Profile\Photo
|
2020-01-20 07:27:12 -05:00 |
|
Michael
|
035e0c5a61
|
Issue 8136: Optical enhancements for delegation page
|
2020-01-20 05:05:20 +00:00 |
|
Hypolite Petovan
|
04d620fc2f
|
Merge pull request #8142 from nupplaphil/task/di_config
CleanUp Config namespace
|
2020-01-19 22:22:57 -05:00 |
|
Philipp Holzer
|
ed9392469e
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
Michael
|
dcbd44ab88
|
Removed the rest of the @brief fields
|
2020-01-19 20:44:01 +00:00 |
|
Philipp Holzer
|
21640ec5d8
|
Add missing Friendica\DI namespace to files (PHPStorm inspection)
|
2020-01-19 21:26:42 +01:00 |
|
Philipp Holzer
|
3411ced833
|
Move Config::set() to DI::config()->set()
|
2020-01-19 21:21:53 +01:00 |
|
Philipp Holzer
|
6c36fd9e01
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:13 +01:00 |
|
Philipp Holzer
|
5d294e8be8
|
Move Config::load() to DI::config()->load()
|
2020-01-19 21:20:10 +01:00 |
|
Philipp Holzer
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
Philipp Holzer
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
Michael
|
0a4119adaf
|
@brief is removed completely
|
2020-01-19 06:05:23 +00:00 |
|
Philipp Holzer
|
800694e9b3
|
Remove unused use statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
|
Philipp Holzer
|
88bb66371c
|
Move PConfig::set() to DI::pConfig()->set()
|
2020-01-18 16:54:50 +01:00 |
|
Philipp Holzer
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:57 +01:00 |
|
Philipp Holzer
|
6e2880c679
|
Move PConfig::load() to DI::pConfig()->load()
|
2020-01-18 15:59:01 +01:00 |
|
Michael
|
e5ecfa7c34
|
Additional accounts can now be created easily
|
2020-01-17 07:02:59 +00:00 |
|
Hypolite Petovan
|
7db4c7ea02
|
Merge pull request #8118 from annando/spamcheck
Improved spam protection
|
2020-01-15 13:15:17 -05:00 |
|
Michael Vogel
|
8ebc385772
|
Improved spam protection
|
2020-01-15 18:55:32 +01:00 |
|
Hypolite Petovan
|
7bf00984ec
|
Merge pull request #8079 from ozero/patch-1
[frio] Stop scrollToItem() animate twice.
|
2020-01-15 08:19:25 -05:00 |
|
ozero dien
|
0a5b3a2bc7
|
Update theme.js
Reverted the animation change.
|
2020-01-15 18:58:00 +09:00 |
|
Michael
|
c7beffa5ca
|
Vier: The forumlist doesn't appear on the left in wide view
|
2020-01-13 22:14:14 +00:00 |
|
Michael
|
b83f328983
|
Remove "f" parameter / network page parameter cleanup
|
2020-01-13 20:10:13 +00:00 |
|
Michael
|
d46a940d20
|
Group sidebar now has got the indicator as well
|
2020-01-11 09:40:10 +00:00 |
|
Michael
|
e1ed4c604b
|
Added open/close indicator for Frio
|
2020-01-11 09:33:52 +00:00 |
|
Michael
|
cfeef7afed
|
We now store the state in a cookie
|
2020-01-11 08:41:14 +00:00 |
|
Michael
|
8f36a1554e
|
The widget are now inflated by default as well
|
2020-01-11 06:42:47 +00:00 |
|
Michael
|
4c2d1aff03
|
The widgets in the sidebar are now deflated by standard
|
2020-01-09 06:53:33 +00:00 |
|
ozero dien
|
f3ea4a4f45
|
Stop scrollToItem() animate twice.
- Suppress first fade-to-black with `animate(colWhite, 1)`
- Stop animate twice in `colShiny` with `).promise().done(`
|
2020-01-09 13:59:56 +09:00 |
|
Hypolite Petovan
|
393a671501
|
Merge pull request #8055 from nupplaphil/task/remove_get_server
Remove get_server() in favor of Search::getGlobalDirectory()
|
2020-01-04 20:10:50 -05:00 |
|
Philipp Holzer
|
48baa0be4b
|
Remove get_server() in favor of Search::getGlobalDirectory()
|
2020-01-05 00:04:55 +01:00 |
|
Philipp Holzer
|
f0eea6f875
|
Remove get_app() in favor of DI::app()
|
2020-01-04 23:42:01 +01:00 |
|
Philipp Holzer
|
a4a7f19df1
|
Move redundant System::removedBaseUrl() to DI::baseUrl()->remove() calls
|
2019-12-30 23:03:56 +01:00 |
|
Philipp Holzer
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
Philipp Holzer
|
6d7362da41
|
Replace deprecated $a->page with DI::page()
|
2019-12-30 20:02:09 +01:00 |
|
Philipp Holzer
|
4835f1185f
|
Remove deprecated App::module - replace with DI::module()->getName()
|
2019-12-29 20:17:52 +01:00 |
|
Philipp Holzer
|
26af2feee2
|
Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet()
|
2019-12-29 20:17:50 +01:00 |
|
Philipp Holzer
|
2900389696
|
Remove deprecated App::getUrlPath - process methods to DI::baseUrl()->getUrlPath()
|
2019-12-29 20:17:46 +01:00 |
|
Philipp Holzer
|
e93fba5136
|
Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()
|
2019-12-29 20:17:45 +01:00 |
|
Philipp Holzer
|
7056639b62
|
Add numeric field_input to frio
|
2019-12-05 22:56:00 +01:00 |
|
Hypolite Petovan
|
4403aeeda5
|
Merge pull request #7901 from annando/disable-smart-threading
Changed the option to enable the smart threading with the option to disable this
|
2019-12-04 15:25:53 -05:00 |
|
Michael Vogel
|
9cf1aea8c9
|
Changed the option to enable the smart threading with the option to disable this
|
2019-12-04 21:21:20 +01:00 |
|
Michael
|
8130a4d9b2
|
The padding is only meant for the jot settings
|
2019-12-03 06:07:36 +00:00 |
|
Michael
|
9d9e6cf27d
|
Optical indicator for connector accordion added
|
2019-12-03 06:05:44 +00:00 |
|