aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-172-4/+6
|/ / / /
* / / / [tx-robot] updated from transifexNextcloud bot2019-02-162-0/+2
|/ / /
* | | Merge pull request #14191 from ↵Morris Jobke2019-02-141-0/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/make-testcase-overwrite-service-work-with-app-classes Make TestCase->overwriteService() work with App classes
| * | | Make TestCase->overwriteService() work with App classesJoas Schilling2019-02-141-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #14167 from ↵Roeland Jago Douma2019-02-141-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/update-php-parser-for-7.1-compat Update PHP-Parser for 7.1 compatibility
| * | | | Update PHP-Parser for 7.1 compatibilityJoas Schilling2019-02-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #14199 from nextcloud/enh/core_scss_to_webpackMorris Jobke2019-02-141-2/+0
|\ \ \ \ \ | |/ / / / |/| | | | Move 2 always loaded styles to webpack bundle
| * | | | Move jquery.ocdialog.scss to bundleRoeland Jago Douma2019-02-141-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move jquery-ui-fixes to bundleRoeland Jago Douma2019-02-141-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #13995 from nextcloud/feature/dont-call-get-repair-stepsRoeland Jago Douma2019-02-142-7/+11
|\ \ \ \ \ | |/ / / / |/| | | | Do not run getRepairSteps in register_commands
| * | | | Fix unit testDaniel Kesselberg2019-02-131-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Null is not longer possible as value for $dispatcher. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Make $repairSteps & $dispatcher mandatoryDaniel Kesselberg2019-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Do not run getRepairSteps in register_commandsDaniel Kesselberg2019-02-131-4/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | getRepairSteps is quite expensive (because every repair step is initialized and their dependencies are injected). Should not call it during register. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #14185 from nextcloud/fix/init_shared_storage_for_recentsMorris Jobke2019-02-141-3/+32
|\ \ \ \ | |_|/ / |/| | | Fix recent files
| * | | Filter out versions and trashbinRoeland Jago Douma2019-02-131-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Loop for the recent searchRoeland Jago Douma2019-02-131-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | Else it might happen that less entries than requested are returned Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | We need to initialize the storage else the jailed path is always nullRoeland Jago Douma2019-02-131-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-146-2/+6
|/ / /
* / / [tx-robot] updated from transifexNextcloud bot2019-02-1318-52/+222
|/ /
* | Merge pull request #14149 from nextcloud/fix/throttler_bitmaskRoeland Jago Douma2019-02-121-2/+4
|\ \ | | | | | | Fix the thorrtler whitelist bitmask
| * | Fix the thorrtler whitelist bitmaskRoeland Jago Douma2019-02-111-2/+4
| | | | | | | | | | | | | | | | | | Before we actually didn't check each bit of the bitmask. Now we do. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-122-20/+58
|/ /
* | Update autoloadersRoeland Jago Douma2019-02-112-0/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13097 from nextcloud/feature/11319/where-is-your-dataMorris Jobke2019-02-113-4/+166
|\ \ | | | | | | Where is your data?
| * | Code style and comment fixesMichael Weimann2019-02-102-5/+7
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Make the where is your data section optionalMichael Weimann2019-01-291-6/+25
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Remove debug settingMichael Weimann2019-01-201-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Fix location sourceMichael Weimann2019-01-141-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Move server info to theming sectionMichael Weimann2019-01-143-7/+10
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Implement storing and loading the server infoMichael Weimann2019-01-142-9/+91
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Add the "server info" settingsMichael Weimann2019-01-143-1/+46
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Add the "where is your data?" frontendMichael Weimann2019-01-141-2/+13
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-092-0/+18
| | |
* | | Merge pull request #13702 from nextcloud/feature/6717/rename-app-passwordsRoeland Jago Douma2019-02-085-4/+46
|\ \ \ | | | | | | | | Make it possible to rename app passwords
| * | | Don't update token if current session tokenDaniel Kesselberg2019-02-022-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Add interface INamedTokenDaniel Kesselberg2019-02-023-4/+44
| | | | | | | | | | | | | | | | | | | | | | | | Remove $token instanceof DefaultToken || $token instanceof PublicKeyToken Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-084-6/+6
| | | |
* | | | Merge pull request #13986 from nextcloud/feature/cleanup-job-13843Morris Jobke2019-02-074-5/+113
|\ \ \ \ | | | | | | | | | | Repair step to remove "photo." files created by photocache
| * | | | Log exceptionDaniel Kesselberg2019-02-072-5/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Repair step to remove "photo." files created by photocacheDaniel Kesselberg2019-02-074-5/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before https://github.com/nextcloud/server/pull/13843 a "photo." file could be created for unsupported image formats by photocache. Because a file is present but not jpg, png or gif no photo could be returned for this vcard. These invalid files are removed by this repair step. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #13819 from ↵Morris Jobke2019-02-072-0/+84
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/unify-html-encoding-handling-with-other-ros-apps Unify the HTML encoding handling with other ROS apps
| * | | | | Update documentation of setParsed* and setRich*Joas Schilling2019-01-252-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #13748 from nextcloud/cache-insert-eventMorris Jobke2019-02-075-10/+92
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | add event for inserting cache entries
| * | | | | add event for inserting cache entriesRobin Appelman2019-02-075-10/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this provides a reliable way for apps to listen to new files without the need to of cache wrappers to hook into inserts themselves (something which isn't 100% reliable) Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #13969 from ↵Morris Jobke2019-02-074-1/+50
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/additional_scripts_no_on_public_pages No need to emit additonalscript event on public pages
| * | | | | | Add StandaloneTemplateResponseRoeland Jago Douma2019-02-064-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be used by pages that do not have the full Nextcloud UI. So notifications etc do not load there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | No need to emit additonalscript event on public pagesRoeland Jago Douma2019-02-051-0/+9
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There already is a separate event for this. This will make it possible to only inject code with the logged in one on default rendered pages. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #14023 from william-p/OS_paramsMorris Jobke2019-02-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix: Check if `$this->params['user']` is an array
| * | | | | | Fix: Check if `$this->params['user']` is an arrayWilliam Pain2019-02-051-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: William Pain <pain.william@gmail.com>
* | | | | | Remove public interface that was only needed for testingMorris Jobke2019-02-071-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>