-
-
To get rid of notification that display always return null
Replace
``` php
if (!empty($this->getBody())) {
echo $this->getBody();
}
```
To
```php
return print $th…
dusta updated
5 years ago
-
As the maintainer of an app which is part of the ownCloud domain, I'm missing some functionalities that I have access to when managing apps under domains in which I have admin rights, mainly hooks acc…
-
@MorrisJobke Could you check whether it is possible to enable checks like Codecov an Travis on the master branch, like it is in the Contacts repo for example? There you see multiple checks if you clic…
-
`case "doAssignmentDelete";`
it must be:
`case "doAssignmentDelete":`
**Quick note:**
this file is another _perfect_ example of how **NOT** to write code :(
- todo: encapsulate logically rela…
-
### Steps to reproduce
1. Started upgrade from within OC 10.0.10.4 to 10.2.1
2. Upgrade failed with the following error message (see under Actual behaviour):
### Expected behaviour
Upgrade sh…
-
I ran the automated upgrade via `index.php/settings/admin?sectionid=general`
For 1h the page said "his ownCloud instance is currently in maintenance mode, which may take a while."
I checked the up…
-
We call this repeatedly, no need to bring us closer to rate limits.
-
ircmaxell/RandomLib uses mcrypt, which will be removed in PHP 7.2 for security reasons.
Already tracked here: https://github.com/ircmaxell/RandomLib/issues/55
Possible solution: https://github.c…
g105b updated
5 years ago
-
![2015-04-08_12-29-14](https://cloud.githubusercontent.com/assets/878997/7043568/ebe5c870-ddea-11e4-9f44-2a8ab709ab33.png)
@PVince81 IDE helps :see_no_evil:
@DeepDiver1975 Can we please get some sta…