summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-161-1/+1
* Also copy bruteforce meta data when converting DataResponse to JSONResponseJoas Schilling2023-02-141-0/+3
* Merge pull request #35824 from nextcloud/backport/35614/stable24Christoph Wurst2023-01-251-0/+4
|\
| * fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2022-12-191-0/+4
* | Merge pull request #35094 from nextcloud/invalidateTokensWhenDeletingOAuthClientJohn Molakvoæ2023-01-061-0/+41
|\ \
| * | added @since tagArtur Neumann2022-12-201-0/+4
| * | public interface to invalidate tokens of userArtur Neumann2022-12-201-0/+37
| |/
* | Merge pull request #35818 from nextcloud/backport/35789/stable24Vincent Petry2023-01-051-0/+31
|\ \
| * | manual backport of #35789, dispatch BeforeSabrePubliclyLoadedEvent to allow a...Julien Veyssier2023-01-031-0/+31
| |/
* / Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-01-022-6/+6
|/
* Add description for calendar uriChristopher Ng2022-11-091-0/+1
* Emit typed event when preview is requestedJulius Härtl2022-10-271-0/+51
* Fix psalm errors fron the end of the baseline fileCarl Schwan2022-10-273-5/+5
* Update lib/public/User/Backend/ICountMappedUsersBackend.phpCôme Chilliet2022-10-251-2/+2
* Add missing fileCôme Chilliet2022-10-251-0/+39
* LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-241-0/+44
* Multiple fixesCarl Schwan2022-08-032-0/+175
* Fix view-only code after code review commentsVincent Petry2022-08-031-2/+4
* Fix share attribute related tests + code styleVincent Petry2022-08-032-8/+8
* Add share attributes + prevent download permissionVincent Petry2022-08-032-1/+94
* Fix reading blob data as resourceThomas Citharel2022-07-251-0/+3
* load widgets only of enabled appsArthur Schiwon2022-06-231-1/+1
* Merge pull request #32708 from nextcloud/unencrypted-size-24blizzz2022-06-111-0/+10
|\
| * store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-031-0/+10
* | Add the ISizeEstimationMigrator interface for method getExportEstimatedSizeCôme Chilliet2022-05-312-8/+43
* | Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-311-1/+1
* | Add a method to get estimated export size in IMigratorCôme Chilliet2022-05-311-0/+8
|/
* tell mysql to ignore the sort index for search queriesRobin Appelman2022-05-161-1/+1
* Use email settings in DAV searchLouis Chemineau2022-05-121-1/+9
* Use share setting in DAV searchLouis Chemineau2022-05-121-0/+8
* Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry2022-04-144-0/+17
|\
| * Add a metadata service to store file metadataCarl Schwan2022-04-134-0/+17
* | Fix migrators according to exceptionsVincent Petry2022-04-131-1/+1
* | Adapt user_migration APIs to have information about failuresCôme Chilliet2022-04-132-8/+23
|/
* Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry2022-04-122-3/+57
|\
| * Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-112-3/+57
* | Use Migrators id instead of class namesCôme Chilliet2022-04-113-3/+3
* | Merge pull request #31848 from nextcloud/performance/trottling-capability-fro...Carl Schwan2022-04-111-0/+34
|\ \
| * | Don't inject Bruteforce capability info in the webuiCarl Schwan2022-04-071-0/+34
* | | Extend migrator interfaceChristopher Ng2022-04-081-0/+21
* | | Merge pull request #31676 from nextcloud/enh/ocp-owner-lockVincent Petry2022-04-087-0/+483
|\ \ \
| * | | Adapt LockScope to LockContext renameJulius Härtl2022-04-073-6/+7
| * | | Add public API for owner based lockingJulius Härtl2022-04-047-0/+482
* | | | Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman2022-04-071-0/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-041-0/+35
| | |/ | |/|
* | | Merge pull request #31850 from nextcloud/performance/heartbeat-fetch-status-onceCarl Schwan2022-04-071-11/+20
|\ \ \
| * | | Fetch status in heartbeat controller only onceCarl Schwan2022-04-071-11/+20
| |/ /
* | | Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-pa...Vincent Petry2022-04-062-4/+8
|\ \ \
| * | | Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-052-4/+8
* | | | optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman2022-04-041-1/+12