| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-04 | 4 | -4/+4 |
* | feat(files): copy live photos | Maxence Lange | 2024-03-08 | 1 | -21/+29 |
* | perf: cache path by id to speedup getting nodes by id | Robin Appelman | 2024-03-04 | 1 | -2/+28 |
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -1/+1 |
* | feat: add interface to get only a single node by id instead of all nodes for ... | Robin Appelman | 2024-03-04 | 6 | -14/+23 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -1/+1 |
* | Synchronize operation on live photo files | Louis Chemineau | 2023-11-29 | 1 | -2/+2 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 3 | -5/+5 |
* | fix(events): Make sure all `\OCP\Files::…` events are emitted with the same... | Joas Schilling | 2023-11-09 | 1 | -1/+8 |
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -2/+0 |
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 3 | -1/+21 |
* | fix(Folder): Allow filename to be '0' | Marcel Klehr | 2023-10-22 | 1 | -1/+1 |
* | add method to create a node from cache entry + mountpoint | Robin Appelman | 2023-09-19 | 3 | -1/+34 |
* | fix: Pass parent to NonExistingFile instances | Julius Härtl | 2023-09-13 | 1 | -1/+10 |
* | reuse isValidPath from Filesystem | Robin Appelman | 2023-09-04 | 2 | -15/+3 |
* | make LazyFolder::get not load the real folder if we know the path | Robin Appelman | 2023-09-04 | 4 | -27/+56 |
* | add IFileInfo::getParentId | Robin Appelman | 2023-09-04 | 2 | -7/+15 |
* | make Node::getParent lazy | Robin Appelman | 2023-09-04 | 1 | -1/+10 |
* | allow passing more info to lazy folder | Robin Appelman | 2023-09-04 | 1 | -0/+18 |
* | fix: prevent sharing permissions on user root folder | John Molakvoæ | 2023-09-01 | 1 | -1/+2 |
* | fix!: Move getEventDispatcher usage to IEventDispatcher | Joas Schilling | 2023-07-28 | 1 | -2/+4 |
* | fix: Move Node HookConnecter events to IEventDispatcher | Joas Schilling | 2023-07-27 | 1 | -25/+13 |
* | fix(node): non-existing folder is not searchable | Arthur Schiwon | 2023-07-13 | 1 | -0/+4 |
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 1 | -1/+1 |
* | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint | Julius Härtl | 2023-06-28 | 2 | -0/+9 |
|\ |
|
| * | fix: cominbation of small fixes | Arthur Schiwon | 2023-06-21 | 1 | -2/+2 |
| * | feat: add searchBySystemTag as PHP API | Arthur Schiwon | 2023-06-21 | 1 | -0/+4 |
| * | fix: change if with conditionless else to switch; and a parameter value | Arthur Schiwon | 2023-06-21 | 1 | -1/+1 |
| * | use efficient tag retrieval on DAV report request | Arthur Schiwon | 2023-06-21 | 1 | -1/+6 |
* | | ci: pro forma check of existence of internal method | Arthur Schiwon | 2023-06-21 | 1 | -7/+9 |
* | | refactor: declare getMount() and getMountsIn() at IRootFolder | Arthur Schiwon | 2023-06-21 | 3 | -15/+8 |
* | | chore: ugly type juggling | Arthur Schiwon | 2023-06-21 | 3 | -13/+18 |
* | | fix: add typehine for IRootFolder | Arthur Schiwon | 2023-06-21 | 1 | -7/+5 |
|/ |
|
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 1 | -3/+3 |
|\ |
|
| * | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -3/+3 |
* | | Merge pull request #32961 from nextcloud/more-debug-lazyuserfolder | Côme Chilliet | 2023-05-15 | 2 | -6/+18 |
|\ \
| |/
|/| |
|
| * | Add back missing slash in LazyUserFolder path | Côme Chilliet | 2023-05-09 | 1 | -1/+1 |
| * | Make it easier to debug issue #32304 | Carl Schwan | 2023-05-04 | 2 | -7/+19 |
* | | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perf | Arthur Schiwon | 2023-05-11 | 1 | -32/+4 |
|\ \ |
|
| * | | refactor: remove SystemTag logic from Folder into QuerySearchHelper | Arthur Schiwon | 2023-05-09 | 1 | -52/+1 |
| * | | feat: specify media type via url path: systemtags-current/$mediaType | Arthur Schiwon | 2023-05-09 | 1 | -2/+9 |
| * | | PoC: SystemTags endpoint to return tags used by a user with meta data | Arthur Schiwon | 2023-05-09 | 1 | -24/+40 |
| |/ |
|
* / | Make sure to never trigger files hooks on a null path | Côme Chilliet | 2023-05-04 | 1 | -1/+4 |
|/ |
|
* | Fix file_get_content signatures to make it clear it can return false | Côme Chilliet | 2023-04-27 | 1 | -5/+7 |
* | fix: Use proper path when creating node instances | Julius Härtl | 2023-04-17 | 1 | -1/+5 |
* | Merge pull request #36836 from nextcloud/fix/view-type-cleanup | Côme Chilliet | 2023-04-05 | 1 | -1/+1 |
|\ |
|
| * | Improve typing for fopen/toTmpFile | Côme Chilliet | 2023-04-03 | 1 | -1/+1 |
* | | Fix inherited parameter names | jld3103 | 2023-04-03 | 2 | -4/+4 |
|/ |
|
* | Merge pull request #33061 from ibpl/master-IB#1121253 | Côme Chilliet | 2023-03-14 | 1 | -7/+8 |
|\ |
|
| * | Merge master | Pawel Boguslawski | 2022-11-04 | 4 | -17/+28 |
| |\ |
|