summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-08-30308-4962/+7462
|
* Merge pull request #4578 from houbaastef/masterStephane Martin2013-08-301-5/+10
|\ | | | | fixes #4574
| * fixes #4574Stephane Martin2013-08-261-5/+10
| |
* | Merge pull request #4660 from owncloud/apps-management-stickyMorris Jobke2013-08-302-2/+25
|\ \ | | | | | | Apps management as sticky footer and rename to 'Apps', fix #4622
| * | Apps management as sticky footer and rename to 'Apps', fix #4622Jan-Christoph Borchardt2013-08-302-2/+25
| | |
* | | Use Group methods for searching, fixes #4201Arthur Schiwon2013-08-301-6/+5
| | |
* | | prefix 'tbody tr' to separate app/core css errorspetemcfarlane2013-08-301-1/+1
| | | | | | | | | | | | For specific details see: https://github.com/owncloud/core/pull/4536/files#r6082305
* | | Use the real username in preferences and magic cookie instead of ↵Arthur Schiwon2013-08-301-3/+4
|/ / | | | | | | case-insensitive user input. Fixes 4616.
* | Merge pull request #4642 from masakik/masterMorris Jobke2013-08-292-9/+28
|\ \ | | | | | | Minor enhancement to console.php
| * | replace ident spaces with tabsMasaki2013-08-292-22/+23
| | |
| * | enable usage with CLI interfaceMasaki Kawabata Neto2013-08-291-2/+5
| | | | | | | | | Added option to use the status.php with console.php via CLI
| * | added help and status commandsMasaki Kawabata Neto2013-08-290-0/+0
| | | | | | | | | | | | switch structure enables many commands seamlessy. also added some help and status command.
| * | added help and status commandsMasaki Kawabata Neto2013-08-291-7/+22
| | | | | | | | | | | | switch structure enables many commands seamlessy. also added some help and status command.
* | | Merge pull request #4592 from owncloud/fix-logicThomas Müller2013-08-291-4/+2
|\ \ \ | | | | | | | | fix weird logical behaviour
| * | | fix weird logical behaviourMorris Jobke2013-08-271-4/+2
| | | |
* | | | Merge pull request #4643 from owncloud/touch-newfile-hookThomas Müller2013-08-291-0/+1
|\ \ \ \ | |_|/ / |/| | | also emmit create hook when creating new files using touch()
| * | | also emmit create hook when creating new files using touch()Robin Appelman2013-08-291-0/+1
|/ / /
* | | webdav quota information contains the values for used and free - not totalThomas Müller2013-08-291-1/+1
| | |
* | | Merge pull request #4552 from dampfklon/fix4552Morris Jobke2013-08-281-1/+5
|\ \ \ | | | | | | | | Make group suffix in share dialog translatable
| * | | Make group suffix in share dialog translatabledampfklon2013-08-221-1/+5
| | | |
* | | | Merge pull request #4631 from owncloud/hotfix_4630Morris Jobke2013-08-281-1/+9
|\ \ \ \ | | | | | | | | | | Work around #4630 to fix license showing
| * | | | no duplicate declaration of appLicense + camelCaseThomas Müller2013-08-281-5/+4
| | | | |
| * | | | Work around #4630 to fix license showingkondou2013-08-281-1/+10
| | | | |
* | | | | Merge pull request #3926 from owncloud/improve_filesummaryThomas Müller2013-08-284-40/+127
|\ \ \ \ \ | | | | | | | | | | | | Improve filelist summary
| * | | | | Reimplement filesummary in JSkondou2013-08-284-40/+127
| | | | | | | | | | | | | | | | | | | | | | | | Fix #993
* | | | | | Merge pull request #4614 from owncloud/trashbin_also_show_empty_foldersThomas Müller2013-08-281-5/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | also move empty folders to the trash bin
| * | | | | | also move empty folders to the trash bin as discussed here #4590Bjoern Schiessle2013-08-281-5/+0
| | | | | | |
* | | | | | | Merge pull request #4615 from owncloud/npm-modulesThomas Müller2013-08-281-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Adds Node Modules to build in gitignore for easy testing.
| * | | | | | | Adds Node Modules to build in gitignore for easy testing.raghunayyar2013-08-281-0/+3
| |/ / / / / /
* | | | | | | Merge pull request #4618 from owncloud/visualize-jsMorris Jobke2013-08-282-0/+65
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | visualize
| * | | | | | | fixing typoThomas Müller2013-08-281-1/+1
| | | | | | | |
| * | | | | | | calculate fontsize and line-heightMorris Jobke2013-08-281-2/+7
| | | | | | | |
| * | | | | | | update 3rdparty - md5Morris Jobke2013-08-281-0/+0
| | | | | | | |
| * | | | | | | fix 3rdparty commitMorris Jobke2013-08-281-0/+0
| | | | | | | |
| * | | | | | | reviewers commentsMorris Jobke2013-08-281-6/+14
| | | | | | | |
| * | | | | | | add visualizeMorris Jobke2013-08-282-0/+52
| |/ / / / / /
* | | | | | | Merge pull request #3961 from owncloud/logrotateMorris Jobke2013-08-283-3/+63
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Very simple log rotation
| * | | | | | fix typoMorris Jobke2013-08-281-1/+1
| | | | | | |
| * | | | | | Only enable logrotate when configured. Also rotate size is settable.Bart Visscher2013-08-283-11/+23
| | | | | | |
| * | | | | | Check for installed state before registering the logrotate background jobBart Visscher2013-08-282-2/+16
| | | | | | |
| * | | | | | Add description to log rotate classBart Visscher2013-08-281-0/+7
| | | | | | |
| * | | | | | Review fixesBart Visscher2013-08-281-4/+4
| | | | | | |
| * | | | | | Very simple log rotationBart Visscher2013-08-282-0/+27
| |/ / / / /
* | | | | | Merge pull request #4627 from owncloud/trashbin-tipsyMorris Jobke2013-08-281-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | change orientation for delete tooltip to left, fix #4589
| * | | | | change orientation for delete tooltip to left, fix #4589Jan-Christoph Borchardt2013-08-281-0/+1
| | | | | |
* | | | | | Merge pull request #4563 from owncloud/use_personal-passwordJan-Christoph Borchardt2013-08-282-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use personal-password for the password name in personal.php
| * | | | | | Use personal-password for the password name in personal.phpkondou2013-08-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #4491
* | | | | | | Merge pull request #4489 from owncloud/clean-3rdparty-mess-masterBart Visscher2013-08-2816-2/+1506
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Clean 3rdparty mess master
| * | | | | | | fixing require pathThomas Müller2013-08-182-2/+2
| | | | | | | |
| * | | | | | | update 3rdparty submodule - timepicker removedThomas Müller2013-08-171-0/+0
| | | | | | | |