summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Run phan over code baseLukas Reschke2017-07-194-2/+6
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #5744 from 1manprojects/patch-1Morris Jobke2017-07-181-1/+1
|\ | | | | Removed cast to integer in getSize
| * changed direct cast to integer to numerical value1 Man Projects2017-07-171-1/+1
| |
| * Removed cast to integer in getSize1 Man Projects2017-07-151-1/+1
| | | | | | Fixes - Wrong or no sizes of files/folders #5031
* | Merge pull request #5770 from nextcloud/path-repair-steps-loopRoeland Jago Douma2017-07-181-1/+1
|\ \ | | | | | | Fix invalid path repair step not getting all invalid entries
| * | Fix invalid path repair step not getting all invalid entriesRobin Appelman2017-07-181-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #5709 from nextcloud/null-user-existJoas Schilling2017-07-181-0/+3
|\ \ \ | |/ / |/| | null users dont exist
| * | null users dont existRobin Appelman2017-07-131-0/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix emitting of legacy hook post_unsharePauli Järvinen2017-07-161-1/+1
| |/ |/| | | | | | | | | - When a file was unshared, the legacy hook pre_unshare fired twice and the hook post_unshare did not fire at all. This was obviously a copy-paste error. Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-07-152-6/+6
| |
* | Merge pull request #5699 from nextcloud/bruteforce_capabilityLukas Reschke2017-07-144-0/+57
|\ \ | | | | | | Add bruteforce capabilities
| * | Update autoloaderRoeland Jago Douma2017-07-132-0/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add bruteforce capabilitiesRoeland Jago Douma2017-07-132-0/+55
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-07-142-38/+38
| | |
* | | Merge pull request #5708 from nextcloud/nested-permissions-maskMorris Jobke2017-07-131-1/+1
|\ \ \ | | | | | | | | Fix scan permissions with nested permissions masks
| * | | Fix scan permissions with nested permissions masksRobin Appelman2017-07-131-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #5715 from nextcloud/master-5655Morris Jobke2017-07-131-25/+66
|\ \ \ | | | | | | | | Fixed repair step
| * | | chunk getting invalid paths and reuse queriesRobin Appelman2017-07-131-27/+61
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | use a generator instead of fetching all rows at onceRobin Appelman2017-07-131-2/+9
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #5070 from nextcloud/theming-vs-themesJoas Schilling2017-07-131-13/+9
|\ \ \ | |_|/ |/| | Prefer custom theme over the theming app
| * | Prefer custom theme over theming appJulius Härtl2017-07-121-13/+9
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #5695 from nextcloud/dont-error-when-the-table-doesnt-existRoeland Jago Douma2017-07-131-0/+3
|\ \ \ | |_|/ |/| | Don't throw an error when the table doesn't exist
| * | Don't throw an error when the table doesn't existJoas Schilling2017-07-121-0/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #5703 from nextcloud/autoloader_fixMorris Jobke2017-07-132-0/+2
|\ \ \ | | | | | | | | Fix autoloader
| * | | Fix autoloaderRoeland Jago Douma2017-07-132-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2017-07-132-14/+16
|/ / /
* | | Write cert bundle to tmp file firstRoeland Jago Douma2017-07-122-5/+30
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #5567 from nextcloud/public-capabilitiesRoeland Jago Douma2017-07-124-2/+40
|\ \ \ | | | | | | | | Public capabilities API
| * | | Update autoloaderMorris Jobke2017-07-042-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Simplify if condition for public capabilitiesJulius Härtl2017-06-301-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add public capabilities APIJulius Härtl2017-06-302-2/+38
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #5685 from nextcloud/jail-propagatorRoeland Jago Douma2017-07-122-0/+57
|\ \ \ \ | | | | | | | | | | Fix propagating changes within jail wrapper
| * | | | Fix propagating changes within jail wrapperRobin Appelman2017-07-112-0/+57
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2017-07-126-68/+114
| | | |
* | | | upstreamMaxence Lange2017-07-112-6/+12
|/ / / | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-07-102-14/+14
| | |
* | | Merge pull request #5645 from nextcloud/try-to-prevent-spam-collecting-of-emailsLukas Reschke2017-07-071-0/+3
|\ \ \ | | | | | | | | Don't show mail domain and from in config report
| * | | Don't show mail domain and from in config reportJoas Schilling2017-07-071-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #5628 from ↵Morris Jobke2017-07-072-10/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/only-create-the-migration-dir-when-necessary Only create the migration directory when necessary
| * | | | Register autoloading before running migrationsJoas Schilling2017-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Only create the migration directory when necessaryJoas Schilling2017-07-061-9/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #5529 from michaelletzgus/optimize_js_orderMorris Jobke2017-07-071-3/+3
|\ \ \ \ | | | | | | | | | | Optimize performance / Load CSS and JS in parallel on firefox
| * | | | Optimize performance / Load CSS and JS in parallel on firefoxMichael Letzgus2017-06-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the inline <script> after the external <script> because the internal JS between CSS <link> and external JS makes firefox loading CSS and JS not in parallel. The internal js is now parsed last but will still be executed first since everything else is deferred js. Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* | | | | Merge pull request #5483 from nextcloud/issue-5075-png-files-for-activity-emailsMorris Jobke2017-07-072-0/+29
|\ \ \ \ \ | | | | | | | | | | | | Use PNGs for icons in activity emails
| * | | | | Add a flag to allow checking if SVGs are okayJoas Schilling2017-06-202-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #5615 from ↵Morris Jobke2017-07-071-1/+12
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | nextcloud/issue-5286-fix-navigation-entries-for-group-restricted-apps Don't load navigation entries of restricted apps
| * | | | | Don't load navigation entries of restricted appsJoas Schilling2017-07-051-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-07-072-0/+36
| | | | | |
* | | | | | Merge pull request #5424 from nextcloud/moveFromCache-from-sharedMorris Jobke2017-07-065-3/+146
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix moving folders out of a cache jail
| * | | | | | adjust to moved repair stepRobin Appelman2017-06-292-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>