Adam Magness
|
61bc9facc8
|
Implement functions
implement functions relocated to xml class
|
2018-11-05 07:24:14 -05:00 |
|
Michael
|
1395bdc188
|
Preparations for a relocation message / fix for notice
|
2018-11-02 21:57:06 +00:00 |
|
Michael
|
1b43d459b6
|
Fix for delivering forum posts again
|
2018-11-01 23:52:06 +00:00 |
|
Adam Magness
|
70f01d6c00
|
Template Engine and props to Renderer
move methods and props from App to Renderer
|
2018-10-31 13:25:38 -04:00 |
|
Adam Magness
|
35abc4bb64
|
get markup template
implement getMarkupTemplate function
|
2018-10-31 10:44:06 -04:00 |
|
Adam Magness
|
91facd2d0a
|
replace macros
implement new replaceMacros function
|
2018-10-31 10:35:50 -04:00 |
|
Adam Magness
|
02be1d316d
|
Documentation
add proper documentation.
|
2018-10-31 07:32:22 -04:00 |
|
Adam Magness
|
d9b558a8ed
|
Update function calls
update function calls to new class.
|
2018-10-30 14:51:45 -04:00 |
|
Adam Magness
|
3a604029eb
|
Create FileTag class
create class and move functions
|
2018-10-30 14:51:21 -04:00 |
|
Adam Magness
|
50da89d861
|
Logger Levels
update logger levels in calls
|
2018-10-30 09:58:45 -04:00 |
|
Adam Magness
|
14fde5dc9b
|
Log function
implement log() function.
|
2018-10-30 09:57:14 -04:00 |
|
Michael
|
84be62982a
|
Diaspora signature transport via AP/DFRN should be repaired now
|
2018-10-29 21:15:37 +00:00 |
|
Michael
|
4831688dc0
|
Diaspora signatures are now stored and transmitted correctly
|
2018-10-27 14:35:22 +00:00 |
|
Michael
|
73f596cc46
|
Fixes duplicated transmissions and not working undo of like/dislike
|
2018-10-27 11:09:23 +00:00 |
|
Hypolite Petovan
|
f174bc1bc2
|
Merge pull request #6028 from annando/issue-5913
Issue 5913: Fix fatal error in "RemoveUser"
|
2018-10-26 00:32:16 -04:00 |
|
Michael
|
348e0300a6
|
Issue 5913: Fix fatal error in "RemoveUser"
|
2018-10-26 04:27:23 +00:00 |
|
Jonny Tischbein
|
e022bac339
|
Code Standard + renaming deleteAllTags + move its call and add type param
|
2018-10-25 21:47:10 +02:00 |
|
Jonny Tischbein
|
26ed71cc14
|
Only perform Term::deleteAllTags when needed + not needed redirect
|
2018-10-25 21:47:10 +02:00 |
|
Jonny Tischbein
|
272eb5eb82
|
fix doxygen header + indent
|
2018-10-25 21:47:10 +02:00 |
|
Jonny Tischbein
|
fd2e06781d
|
Fix adding / removing photo tags + tagrm delete via GET + Item::update / add Term::deleteAllTags
|
2018-10-25 21:47:10 +02:00 |
|
Hypolite Petovan
|
14237a9599
|
Move $pager and $page_offset out of App
- Move infinite scroll data output in a module hook
- Use Pager instead of paginate() and alt_pager()
|
2018-10-25 00:07:15 -04:00 |
|
vinzv
|
cb75c40f4e
|
adapted profile pic resize to 300px for whole system
|
2018-10-23 16:36:57 +02:00 |
|
Hypolite Petovan
|
e511790d62
|
Move NULL_DATE from boot.php to DBA::NULL_DATETIME
- Add DBA::NULL_DATE constant
|
2018-10-22 16:50:55 -04:00 |
|
Philipp Holzer
|
363d00cc45
|
Adding $a->getBaseURL for Worker in profile_photo
Adding a TODO for Contact::magicLink
|
2018-10-22 22:13:39 +02:00 |
|
Philipp Holzer
|
d00ddc01af
|
Split goaway to System::externalRedirectTo() and App->internalRedirect()
|
2018-10-22 22:13:35 +02:00 |
|
Philipp Holzer
|
2ef81108b3
|
Renamed System::redirect() to $a->redirect()
|
2018-10-22 22:13:22 +02:00 |
|
Michael
|
5c13ecdf6e
|
Improved parsing of AP profiles
|
2018-10-22 07:24:47 +00:00 |
|
Michael Vogel
|
277fe547a1
|
Merge pull request #5978 from MrPetovan/task/make-username-length-configurable
Make username length configurable
|
2018-10-21 23:42:44 +02:00 |
|
Hypolite Petovan
|
4ec56a0975
|
Sets maximum to 64 for username_min/max_length config keys
|
2018-10-21 17:28:40 -04:00 |
|
Hypolite Petovan
|
c1bca43fee
|
Changing default/max values for username_min/max_length
- Restoring legacy default values (3 and 48 respectively)
- Lowering the max value to 150 to take the full profile URL length into
account
|
2018-10-21 15:10:51 -04:00 |
|
Hypolite Petovan
|
b08408c086
|
Add safeguard for username_min|max_length mutual exclusion
|
2018-10-21 08:28:24 -04:00 |
|
Hypolite Petovan
|
d360bf926a
|
Use username_min/max_length config keys in Model\User::create
|
2018-10-20 16:33:54 -04:00 |
|
Philipp Holzer
|
4392858662
|
Move Global Functions - Part 3
- Replaced every CACHE definition
- Moved check_url to App->checkURL()
- Removed unused definition "ZCURL_TIMEOUT"
|
2018-10-20 18:19:55 +02:00 |
|
Benjamin Lorteau
|
d9209b9c7a
|
Use local temporary directory for PasswordExposedChecker cache
|
2018-10-19 11:26:48 -04:00 |
|
Hypolite Petovan
|
ec0d3a6eac
|
Merge pull request #5946 from JonnyTischbein/move_include_security
Move and Split include/security
|
2018-10-19 08:55:08 -04:00 |
|
Michael Vogel
|
8cecc9fb97
|
Merge pull request #5962 from friendica/bug/5960-fix-register-email-translation-params
Remove superfluous L10n::t() parameter in Model\user
|
2018-10-19 05:34:24 +02:00 |
|
Michael Vogel
|
45156652cc
|
Merge pull request #5963 from MrPetovan/bug/5956-catch-more-diaspora-magic-links
Diaspora: Widen the magic link regular expression
|
2018-10-19 05:30:52 +02:00 |
|
Hypolite Petovan
|
d0681075bf
|
Add itemsource module
|
2018-10-18 22:49:25 -04:00 |
|
Hypolite Petovan
|
18763e32af
|
Remove superfluous L10n::t() parameter in Model\user
|
2018-10-18 18:22:48 -04:00 |
|
Michael
|
0628b44f8e
|
The handling with item-content and item-activity had been simplified
|
2018-10-18 21:35:48 +00:00 |
|
Hypolite Petovan
|
da2a17495d
|
Merge pull request #5951 from annando/endless-contact
Avoid endless loop when trying to fetch contact id
|
2018-10-18 00:44:07 -04:00 |
|
Michael
|
92816dc725
|
Improved loop detection
|
2018-10-18 03:33:08 +00:00 |
|
Michael
|
35da40c2cb
|
Avoid endless loop when trying to fetch contact id
|
2018-10-18 03:01:34 +00:00 |
|
Jonny Tischbein
|
a937cf06a3
|
add remaning/moving to files not touch by refactoring because of typo
|
2018-10-17 22:35:49 +02:00 |
|
Jonny Tischbein
|
f3fc1f36ca
|
Renaming functions + moving functions from security to Model/Item and BaseModule + fix multiline comments
|
2018-10-17 21:30:41 +02:00 |
|
Michael Vogel
|
389685e099
|
Merge pull request #5920 from MrPetovan/bug/remove-password-from-register
Avoid storing plaintext password in register table
|
2018-10-17 21:04:11 +02:00 |
|
Hypolite Petovan
|
e254ace9d5
|
Merge pull request #5947 from annando/uri-id
Use "uri-id" for item relations
|
2018-10-17 14:45:40 -04:00 |
|
Michael
|
62ad755980
|
Use "uri-id" for item relations
|
2018-10-17 18:34:24 +00:00 |
|
Jonny Tischbein
|
05be2db725
|
Move include/security tp /src/Core/Authentication and /src/Util/Security
|
2018-10-17 14:19:58 +02:00 |
|
Hypolite Petovan
|
c50be325bd
|
Remove unused parameter $selected in Model\Item::fieldlist
|
2018-10-16 18:30:24 -04:00 |
|