6129eb1623
OpenId possibly fixed: - The LightOpenId class' constructor now requires the hostname from where the requested started, added it now - sometimes need to invoke get_app() as $a was not around
Roland Häder
2018-05-17 00:21:06 +02:00
e409001dfb
Fixed "constant" result, maybe there is a $ missing?
Roland Häder
2018-05-15 03:23:24 +02:00
5a7bcd4725
Added empty line after if() block (convention)
Roland Häder
2018-05-14 22:34:11 +02:00
f34d72c143
Fixes: - used empty() instead of x() - removed superflous count()
Roland Häder
2018-05-14 22:25:39 +02:00
d0c7ba5257
Fixed parser error
Roland Häder
2018-05-13 22:50:09 +02:00
debcdea82a
Continued: - merged 2 if() into one with && - added TODO for possible rewrite (avoid "complex" code)
Roland Häder
2018-05-13 16:58:40 +02:00
bacb7b70f6
Cleanups: - added empty lines - removed old-lost commented out line
Roland Häder
2018-05-13 16:46:58 +02:00
538760d9da
No direct $a->config['foo'] needed when Config::get() is around ...
Roland Häder
2018-05-13 08:01:16 +02:00
751394fc1d
Redis: - added support for redis server:
Roland Häder
2018-05-13 07:38:53 +02:00
69ac6feff7
Continued: - you can directly use constant($var) instead of this switch()
Roland Häder
2018-05-13 05:36:47 +02:00
fe1e7b92f2
Continued: - system,worker_dont_fork may not be set, always set default to "false" to have it properly set as Config::get() may one day behave differently
Roland Häder
2018-05-13 04:40:52 +02:00
94a02f8572
Continued: - return is a keyword, not a function, so don't add braces here
Roland Häder
2018-05-10 15:13:08 +02:00
57e668d9e0
Continued: - avoided else() block which reduces code complexibility - used more x() - added curly braces - added known type-hints
Roland Häder
2018-05-10 14:48:27 +02:00
e0a07d5f27
Continued: - used x() to make sure the array key is there, else an E_NOTICE is triggered - added type-hints where it is safe
Roland Häder
2018-05-10 13:19:50 +02:00
17a39340b5
"pending" shouldn't be set as well by default ...
Michael
2018-05-03 18:19:40 +00:00
f28301e18f
Urgent bugfix: Public contacts had been blocked automatically when created
Michael
2018-05-03 17:43:10 +00:00
72f5b863d8
Reshares had been detected falsely so that were rejected by Diaspora
Michael
2018-05-03 13:03:41 +00:00
f19066c6cf
Ensure that the link will be displayed correctly on Diaspora
Michael
2018-05-03 04:43:50 +00:00
dcfd81e2ee
Some corrections
Michael
2018-05-02 21:12:48 +00:00
d54c79a772
Replace old database queries with the new ones
Michael
2018-05-02 19:26:15 +00:00
8bc565be74
Continued: - ops, another rebase-leftover fixed
Roland Häder
2018-05-03 02:17:16 +02:00
befb080b70
Continued: - moved to Config class
Roland Häder
2018-05-02 23:13:03 +02:00
a8e2c3a3ad
Continued: - ops, did accidently modify composer.lock ... :-(
Roland Häder
2018-05-02 23:07:28 +02:00
15c570495b
Windows' CRLF are looking strange under Linux, let's get rid of them/
Roland Häder
2017-07-26 22:16:29 +02:00
3868d830e7
General project change: - cleaned up vendor/ as it is a "build" (means being locally recreated) directory and therefor should *NOT* be committed. - updated composer.lock - that is what would be updated now if vendor/ would be ignored, instead a lot files has been changed in vendor/ - people running composer install regulary will get (with the old way) a dirty working copy (version-controlled files being modified) and then cannot update
Roland Häder
2017-07-20 20:19:28 +02:00
cdc24a73ca
Fixes for composer: - ./vendor/ is being prepared by executing utils/composer.phar install, no need to have it around - converted .gitignore to LF line-ending (more common over the whole project) - no need to have them around ...
Roland Haeder
2017-04-02 21:29:06 +02:00
2fd14eac70
Opps, cutted this out by accident ...
Roland Haeder
2017-03-25 15:06:54 +01:00
11dcb31960
was a bit confusing for me or I was not sleeping to much ...
Roland Haeder
2017-03-25 13:46:28 +01:00
ce07c20130
PHP5 does not support native type-hints, except array + used dbm::is_result()
Roland Haeder
2017-03-25 13:37:15 +01:00
6579396627
removed TODO, one day this all needs refacturizing ...
Roland Haeder
2017-03-25 13:01:41 +01:00
7526afcf13
Continued: - converted multiple single-line comments into one multi-line comment (please stop abusing programming languages!) - added more TODO tags for type-hints (upcoming rewrite) - opps, one space was only fixed in develop branch, not in this PR branch
Roland Haeder
2017-03-24 20:39:00 +01:00
f5f1650b62
fixed comment and explained one
Roland Haeder
2017-03-23 23:37:58 +01:00
1d15e68678
added more curly braces + spaces for #3254
Roland Haeder
2017-03-23 23:05:53 +01:00
1fcd4f52e7
old behaviour restored
Roland Haeder
2017-03-23 22:49:05 +01:00
87bb934f8f
added curely branches + reverted back to old behaviour (may come back one day)
Roland Haeder
2017-03-23 22:33:12 +01:00
116d0ee1e0
better comment added by @Hypolite
Roland Haeder
2017-03-23 22:26:07 +01:00
47f95855c0
added spaces + some curly braces + some usage of dbm::is_result()
Roland Häder
2017-01-26 15:23:30 +01:00
de50d62b81
more spaces + some curly spaces added
Roland Häder
2017-01-26 16:07:30 +01:00
bc21bf0ee6
added spaces + some curly braces + some usage of dbm::is_result()
Roland Häder
2017-01-26 15:23:30 +01:00
e5c4b0203a
added more curly braces + a bit more usage of dbm::is_result()
Roland Häder
2017-01-25 15:59:27 +01:00
7e54499856
"pending" shouldn't be set as well by default ...
Michael
2018-05-03 18:19:40 +00:00
cd7c337134
Urgent bugfix: Public contacts had been blocked automatically when created
Michael
2018-05-03 17:43:10 +00:00
002a1d1f54
Reshares had been detected falsely so that were rejected by Diaspora
Michael
2018-05-03 13:03:41 +00:00
d217d74081
Ensure that the link will be displayed correctly on Diaspora
Michael
2018-05-03 04:43:50 +00:00
3bb5a416f8
Some corrections
Michael
2018-05-02 21:12:48 +00:00
8b775d48f9
Replace old database queries with the new ones
Michael
2018-05-02 19:26:15 +00:00