Michael Vogel
|
37e5272f92
|
Merge pull request #4881 from MrPetovan/task/4867-guess-language-from-plaintext
Guess language from plaintext
|
2018-04-23 00:26:05 +02:00 |
|
Hypolite Petovan
|
d977ff78df
|
Uncomment some code in ItemContent::getPlaintextPost
- I have no idea what I'm doing
|
2018-04-22 11:43:27 -04:00 |
|
Michael Vogel
|
6e9ed3f01b
|
Merge pull request #4894 from MrPetovan/task/4513-show-events-reminders-attendence
Only show event reminders of events attendyes or attendmaybe
|
2018-04-22 17:38:32 +02:00 |
|
Hypolite Petovan
|
82ed6fff9f
|
Use public_contact() instead of wrong query in Profile::getEventsReminderHTML
|
2018-04-22 11:29:55 -04:00 |
|
Michael
|
8f2db61538
|
Receiving of public posts is now working
|
2018-04-22 10:58:03 +00:00 |
|
Michael
|
c59b28a8c4
|
create public endpoint
|
2018-04-22 10:04:30 +00:00 |
|
Hypolite Petovan
|
e0b33b36a2
|
Decrease scope of query in Profile::getEventsReminderHTML
- Use specific SELECT fields
- Use INNER JOIN
|
2018-04-22 04:41:53 -04:00 |
|
Michael Vogel
|
25662eb6f4
|
Merge pull request #4892 from MrPetovan/bug/infinite-loop-in-dba-delete
Prevent infinite loop when a dbstructure_definition hook is orphan
|
2018-04-22 07:55:39 +02:00 |
|
Michael Vogel
|
39edd086e0
|
Merge pull request #4893 from MrPetovan/bug/4879-remove-backslash-in-birthday-events
Fix quoting style in DFRN::birthdayEvent()
|
2018-04-22 07:54:07 +02:00 |
|
Hypolite Petovan
|
08afec3170
|
Only show event reminders of events attendyes or attendmaybe
|
2018-04-21 22:53:13 -04:00 |
|
Hypolite Petovan
|
851c5d841f
|
Fix quoting style in DFRN::birthdayEvent()
|
2018-04-21 21:03:12 -04:00 |
|
Hypolite Petovan
|
6d88984ee5
|
Move Model\Item::getPlaintextPost to Model\ItemContent::getPlaintextPost
|
2018-04-21 20:50:13 -04:00 |
|
Hypolite Petovan
|
18078ce7a4
|
Prevent infinite loop when a dbstructure_definition hook is orphan
- Add cascade option to dba::delete
- use cascade = false for orphan hook deletion
|
2018-04-21 20:34:07 -04:00 |
|
Hypolite Petovan
|
daf94a8f63
|
Merge pull request #4891 from annando/private-forum-redux
Better working with private forums
|
2018-04-21 18:19:27 -04:00 |
|
Michael
|
16beab4652
|
Better working with private forums
|
2018-04-21 21:59:02 +00:00 |
|
Tobias Diekershoff
|
f63be91bd5
|
Revert "Moved .htconfig.php file & extracted Install business logic"
|
2018-04-21 16:28:22 +02:00 |
|
Philipp Holzer
|
334d392154
|
Merge remote-tracking branch 'origin/develop' into install_config
|
2018-04-21 14:23:49 +02:00 |
|
Philipp Holzer
|
346697d771
|
Moved .htconfig file
Extracted install business functions to new Class `Install.php`
|
2018-04-21 14:10:53 +02:00 |
|
Tobias Diekershoff
|
ebe203336f
|
Merge pull request #4882 from annando/private-forums
Contact requests from Diaspora for private forums aren't accepted automatically anymore
|
2018-04-21 13:54:10 +02:00 |
|
Michael
|
fd7658a70a
|
Contact requests from Diaspora for private forums aren't accepted automatically anymore
|
2018-04-21 10:39:46 +00:00 |
|
Hypolite Petovan
|
1e67c32142
|
Fix BBCode::getAbstract scope
|
2018-04-21 04:38:27 -04:00 |
|
Hypolite Petovan
|
abc50eb3ae
|
Improve Model\Item::addLanguageInPostopts()
- Use Content\BBCode::toPlaintext method
- Rename $arr parameter to $item
- Rename $lng variable to $languages
|
2018-04-21 04:11:32 -04:00 |
|
Hypolite Petovan
|
ec9baef968
|
Add new Content\BBCode::toPlaintext()
|
2018-04-21 04:10:25 -04:00 |
|
Hypolite Petovan
|
5476da53aa
|
Move Content\BBCode::toPlaintext() to Model\Item::getPlaintextPost()
|
2018-04-21 04:09:45 -04:00 |
|
Tobias Diekershoff
|
4d4ed6fb17
|
Merge pull request #4863 from MrPetovan/task/4860-add-hidden-input-in-console
Add hidden input in newpassword console
|
2018-04-20 09:29:17 +02:00 |
|
Hypolite Petovan
|
f043554ab7
|
Merge pull request #4849 from M-arcus/installation-script
[FEATURE] Install Script: Add first version
|
2018-04-19 07:57:02 -04:00 |
|
Hypolite Petovan
|
f65a7b3130
|
Add hidden password input to Console\NewPassword
- Add Exception when password is empty
|
2018-04-19 07:51:26 -04:00 |
|
Hypolite Petovan
|
0496822ca3
|
Add Exception when password is empty in User::hashPassword()
|
2018-04-19 07:51:26 -04:00 |
|
Marcus Müller
|
e2a58a791c
|
[DOCS] Auto Install: Add description
|
2018-04-19 10:21:41 +02:00 |
|
Tobias Diekershoff
|
ab82c6df03
|
Merge pull request #4865 from annando/dfrn-reshare
Diaspora: Improved reshared coding
|
2018-04-19 08:43:18 +02:00 |
|
Michael Vogel
|
10465110c1
|
Merge pull request #4851 from MrPetovan/task/4709-add-query-based-content-filter
Add query based content filter
|
2018-04-19 08:21:53 +02:00 |
|
Michael
|
c507cdf946
|
Code simplified
|
2018-04-19 06:07:23 +00:00 |
|
Michael
|
da06416426
|
Merge remote-tracking branch 'upstream/develop' into dfrn-reshare
|
2018-04-19 05:44:06 +00:00 |
|
Hypolite Petovan
|
87f638bdc9
|
Improve CacheSessionhandler
- Replace !x() by empty()
- Add return values to read() and destroy()
|
2018-04-18 23:37:06 -04:00 |
|
Hypolite Petovan
|
ca4ca51c6a
|
Add hostname prefix in MemcachedCacheDriver
|
2018-04-18 23:36:23 -04:00 |
|
Marcus Müller
|
457b86711d
|
[TASK] Auto install: Rework class
|
2018-04-18 14:30:42 +02:00 |
|
Marcus Müller
|
24626f5fd2
|
[TASK] Auto install: Rename script command
|
2018-04-18 14:21:40 +02:00 |
|
Marcus Müller
|
7b7ca71bf6
|
[TASK] Auto install: Rename script command
|
2018-04-18 14:20:21 +02:00 |
|
Marcus Müller
|
d53e64a583
|
[TASK] Install Script: Register installation class
|
2018-04-18 11:46:27 +02:00 |
|
Marcus Müller
|
1d552b5e66
|
[TASK] Install script: Add installation class
|
2018-04-18 11:43:23 +02:00 |
|
Tobias Diekershoff
|
fda5ad647d
|
Merge pull request #4857 from annando/duplicated-tags
Avoid duplicated multibyte tags
|
2018-04-18 07:50:56 +02:00 |
|
Michael
|
8a730b2d85
|
Issue 4655: Avoid multiplicated contact requests from the same account
|
2018-04-18 05:02:59 +00:00 |
|
Michael
|
ed87e634ed
|
Avoid duplicated multibyte tags
|
2018-04-18 05:00:28 +00:00 |
|
Michael
|
f99af007ae
|
Replaced queries
|
2018-04-18 04:59:33 +00:00 |
|
Michael
|
88353ce56f
|
Merge remote-tracking branch 'upstream/develop' into dfrn-reshare
|
2018-04-18 03:12:13 +00:00 |
|
Hypolite Petovan
|
6d2d15a80d
|
Merge pull request #4782 from Alkarex/fix-update-password
Fix update password rehash
|
2018-04-17 07:25:52 -04:00 |
|
Hypolite Petovan
|
17a0cc4f3d
|
Add Model\Term::populateTagsFromItem method
|
2018-04-16 22:22:58 -04:00 |
|
Hypolite Petovan
|
cc40dcf83c
|
Add dbstructure_definition hook call
|
2018-04-16 22:22:58 -04:00 |
|
Tobias Diekershoff
|
72a2896d1f
|
profile data is transmitted to other nodes
|
2018-04-16 09:27:16 +02:00 |
|
Michael
|
6eba2ccd9b
|
Forum posts now show the author when posted to Diaspora
|
2018-04-15 19:01:19 +00:00 |
|