nupplaPhil
800694e9b3
Remove unused `use` statements & remove PConfig class
1 year ago
nupplaPhil
9e9429b56d
Move PConfig::get() to DI::pConfig()->get()
1 year ago
Hypolite Petovan
895b3abf32
Remove/replace killme() with *exit()
2 years ago
Michael
899e1000af
Fix: Prevent threads from being collapsed in network view
3 years ago
Michael
2d64378984
And again removed notices
3 years ago
rabuzarus
a2fc1be187
fix scroll position in stream while ajax update
3 years ago
Pascal Deklerck
e1dd1aa358
5147 Typo 'bandwith' should be 'bandwidth'
3 years ago
Michael
4070ad1815
After a post only the single post is now updated
3 years ago
Adam Magness
ead9d86236
More t()
Update more t() calls
3 years ago
Hypolite Petovan
4fe8dab08d
Remove include/group.php
3 years ago
Hypolite Petovan
abdecd2b2f
Use new Model methods for groups
3 years ago
Hypolite Petovan
fe89e7760e
Fix formatting all around
3 years ago
Adam Magness
0dfa57948f
Issue-#3873
Replace deprecated functions with new syntax.
4 years ago
Adam Magness
acb4630eed
Issue-#3873
Replace deprecated functions with new syntax.
4 years ago
Hypolite Petovan
9c0d2c31e8
Replace AND and OR in PHP conditions by && and ||
4 years ago
Hypolite Petovan
20043914e6
Move App to src
- Add `use Friendica\App;` wherever needed
4 years ago
Hypolite Petovan
a7ce601580
Normalize App parameter declaration (mod folder, 3 out of 3)
4 years ago
Roland Häder
4dce3d8224
changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Hypolite Petovan
2741726402
Reverting too extensive formatting changes
5 years ago
Hypolite Petovan
08a30bc1c6
Fix Issue #2822 - Update update_*.php files with new bandwitdh_saver user setting
- Fix formatting according to PSR-2
- Add bandwitdh_saver setting check before replacing with "Embedded
content - Please reload"
5 years ago
fabrixxm
b202e02fbf
Revert "Updated modules to allow for partial overrides without errors"
This reverts commit db949bb802
.
5 years ago
Andrej Stieben
db949bb802
Updated modules to allow for partial overrides without errors
Only define functions if they have not been defined before, e.g. in themes. This makes it possible to override parts of a module and still use the other functions.
5 years ago
hauke
87fa2ee2af
updated jquery to version 1.11, updated themes frost and diabook where necessary
7 years ago
Michael Vogel
4d6f28d224
Optimized version of the possibility to reload the content of the network page only at its top.
7 years ago
Michael Vogel
2f89a9b3e8
Auto update of network page only at top of the page
7 years ago
Michael Vogel
c980e6d20d
Possibility to disable the automatic reload of the network page
7 years ago
Zach Prezkuta
c9248b66db
display live update; don't collapse comments on live update
9 years ago
friendica
8aa2552372
add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit)
9 years ago
Friendika
0abf2f11c6
patches for youtube's change in link and embed formats, please test
10 years ago
Friendika
a6603a54d9
don't send any potentially large embeds over ajax so as to avoid huge prefetch downloads. Strip them out and provide a notice to reload page to view them. Ensures they will only be loaded once.
10 years ago
Friendika
979307ef91
ajax testing continues
10 years ago
Mike Macgirvin
3ad52463f6
more robust feed error handling, at the expense of performance.
Pass profile owner through HTML (yuk) to the ajax updater - as
browser pre-fetch totally buggers passing it via the server session.
11 years ago
Mike Macgirvin
06bdf8a4cf
atom auto-discover, fix image preloading in ajax
11 years ago
Mike Macgirvin
fc8379b108
live updates sort of working
11 years ago
Mike Macgirvin
6368bd1656
more live update
11 years ago