| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos in lib/public subdirectory | Simon L | 2023-05-10 | 1 | -2/+2 |
* | Removed catch of ValueError as we cannot know if it’s >2038 or <1970 | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
* | Fix 32bits bigint support in Util/OC_Helper | Côme Chilliet | 2023-02-07 | 1 | -13/+13 |
* | Add helper to cast to int|float, fix MemoryInfo on 32bits | Côme Chilliet | 2023-02-07 | 1 | -0/+11 |
* | Replace getSystemValue with getSystemValueString | J0WI | 2022-12-05 | 1 | -3/+3 |
* | Remove some constants and functions which have been long deprecated | Côme Chilliet | 2022-09-30 | 1 | -21/+0 |
* | Move findBinaryFinder and isFunctionEnabled away from OC_Helper | Carl Schwan | 2022-08-23 | 1 | -0/+24 |
* | Fix psalm errors fron the end of the baseline file | Carl Schwan | 2022-05-16 | 1 | -1/+1 |
* | Allow to disable password policy enforcement for selected groups | Carl Schwan | 2022-04-05 | 1 | -3/+5 |
* | Make sure common and main core scripts are loaded first | John Molakvoæ | 2022-03-04 | 1 | -1/+6 |
* | Fix psalm issues in theming app | Carl Schwan | 2022-01-26 | 1 | -2/+2 |
* | Streamline reseting of private static properties | Louis Chemineau | 2022-01-11 | 1 | -10/+0 |
* | Revert "Streamline reseting of private static properties" | Louis Chemineau | 2022-01-10 | 1 | -0/+10 |
* | Streamline reseting of private static properties | Louis Chemineau | 2022-01-10 | 1 | -10/+0 |
* | Reset $scriptDeps in tests | Louis Chemineau | 2022-01-08 | 1 | -0/+10 |
* | Sort app scripts topologically by its dependencies | Jonas Meurer | 2021-12-29 | 1 | -29/+20 |
* | Further improve addScript logic, migrate to uksort() | Jonas Meurer | 2021-12-20 | 1 | -56/+25 |
* | Sort app scripts by dependencies (Fixes: #30278) | Jonas Meurer | 2021-12-20 | 1 | -4/+28 |
* | Adapt tests | John Molakvoæ (skjnldsv) | 2021-12-02 | 1 | -0/+2 |
* | Allow scripts prioritization based on other apps | John Molakvoæ (skjnldsv) | 2021-12-02 | 1 | -4/+78 |
* | add method to shorten a string to given byte size to Utils | Arthur Schiwon | 2021-11-26 | 1 | -0/+24 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -8/+0 |
* | Drop \OCP\Util::isIe | Christoph Wurst | 2021-03-09 | 1 | -10/+0 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -1/+1 |
|\ |
|
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -1/+1 |
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | | Deprecate OCP\Util::connectHook and emitHook | Morris Jobke | 2020-10-28 | 1 | -0/+3 |
* | | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -7/+7 |
|/ |
|
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -5/+5 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+3 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -5/+5 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -2/+2 |
* | Use lowercase true, false and null constants | Christoph Wurst | 2020-03-25 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -4/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Add extendedSupport to Subscription | Julius Härtl | 2019-06-17 | 1 | -3/+15 |
* | Remove deprecated function callCheck | Roeland Jago Douma | 2019-05-28 | 1 | -16/+0 |
* | Merge pull request #11686 from nextcloud/deprecation/noid/ocp_util_recursiveA... | Morris Jobke | 2018-10-09 | 1 | -0/+1 |
|\ |
|
| * | Deprecate unused OCP\Util::recursiveArraySearch | Morris Jobke | 2018-10-08 | 1 | -0/+1 |
* | | Deprecate unused, private OC_Helper::linkToPublic | Morris Jobke | 2018-10-08 | 1 | -1/+6 |
|/ |
|
* | Remove deprecated methods from OCP\Util | Roeland Jago Douma | 2018-09-04 | 1 | -44/+0 |
* | Comply @since requirements | John Molakvoæ (skjnldsv) | 2018-07-23 | 1 | -0/+1 |
* | Design structure fixes | John Molakvoæ (skjnldsv) | 2018-07-21 | 1 | -0/+9 |
* | Fix PHPDoc | Morris Jobke | 2018-05-22 | 1 | -1/+1 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -2/+16 |
* | Remove deprecated URL functions for OCP\Util | Roeland Jago Douma | 2018-03-13 | 1 | -39/+0 |